1 | [
|
---|
2 | {
|
---|
3 | "kind": 1,
|
---|
4 | "language": "markdown",
|
---|
5 | "value": "## Tianocore GitHub Pull Request Dashboard"
|
---|
6 | },
|
---|
7 | {
|
---|
8 | "kind": 2,
|
---|
9 | "language": "github-issues",
|
---|
10 | "value": "// List of tianocore repos to include in results\r\n$repos=repo:tianocore/edk2 repo:tianocore/edk2-platforms repo:tianocore/containers repo:tianocore/edk2-non-osi repo:tianocore/edk2-test repo:tianocore/edk2-basetools repo:tianocore/edk2-libc repo:tianocore/edk2-pytool-library repo:tianocore/edk2-pytool-extensions repo:tianocore/edk2-edkrepo repo:tianocore/edk2-edkrepo-manifest"
|
---|
11 | },
|
---|
12 | {
|
---|
13 | "kind": 1,
|
---|
14 | "language": "markdown",
|
---|
15 | "value": "#### All Open Pull Requests"
|
---|
16 | },
|
---|
17 | {
|
---|
18 | "kind": 2,
|
---|
19 | "language": "github-issues",
|
---|
20 | "value": "$repos is:open type:pr"
|
---|
21 | },
|
---|
22 | {
|
---|
23 | "kind": 1,
|
---|
24 | "language": "markdown",
|
---|
25 | "value": "#### My Open Pull Requests\r\n\r\nDescription: PRs that you have open right now."
|
---|
26 | },
|
---|
27 | {
|
---|
28 | "kind": 2,
|
---|
29 | "language": "github-issues",
|
---|
30 | "value": "$repos is:open type:pr author:@me"
|
---|
31 | },
|
---|
32 | {
|
---|
33 | "kind": 1,
|
---|
34 | "language": "markdown",
|
---|
35 | "value": "#### Pull Requests that Requested My Review\r\n\r\nDescription: PRs that are requesting your review.\r\n\r\n- **You**: Review these as soon as possible."
|
---|
36 | },
|
---|
37 | {
|
---|
38 | "kind": 2,
|
---|
39 | "language": "github-issues",
|
---|
40 | "value": "$repos is:open type:pr review-requested:@me"
|
---|
41 | },
|
---|
42 | {
|
---|
43 | "kind": 1,
|
---|
44 | "language": "markdown",
|
---|
45 | "value": "#### All Approved PRs\r\n\r\nDescription: These are the PRs that have been approved by at least one reviewer.\r\n\r\n- **Maintainers**: Check if they should have the ``push`` label added.\r\n"
|
---|
46 | },
|
---|
47 | {
|
---|
48 | "kind": 2,
|
---|
49 | "language": "github-issues",
|
---|
50 | "value": "$repos is:open type:pr review:approved"
|
---|
51 | },
|
---|
52 | {
|
---|
53 | "kind": 1,
|
---|
54 | "language": "markdown",
|
---|
55 | "value": "#### All Stale PRs\r\n\r\nDescription: PRs that have had no activity in the last 60 days. They will be closed 7 days after being marked stale if no activity occurs. Leaving a comment will mark them as active.\r\n\r\n- **All**: Review this list and determine whether removing the `stale` label is appropriate. If not, leave a comment to mark the PR as active."
|
---|
56 | },
|
---|
57 | {
|
---|
58 | "kind": 2,
|
---|
59 | "language": "github-issues",
|
---|
60 | "value": "$repos is:open is:pr archived:false label:stale"
|
---|
61 | },
|
---|
62 | {
|
---|
63 | "kind": 1,
|
---|
64 | "language": "markdown",
|
---|
65 | "value": "#### All Pull Requests with the Push Label\r\n\r\nDescriptions: PRs that have the `push` label. These PRs are ready to be merged.\r\n\r\n- **Maintainers**: Review these PRs to verify none are \"stuck\" and need further attention to be merged."
|
---|
66 | },
|
---|
67 | {
|
---|
68 | "kind": 2,
|
---|
69 | "language": "github-issues",
|
---|
70 | "value": "$repos is:open is:pr archived:false label:push"
|
---|
71 | }
|
---|
72 | ]
|
---|