Skip to content

Commit d55030c

Browse files
authored
Add dashboard for issue triage (#87)
1 parent 6ce2faf commit d55030c

3 files changed

Lines changed: 73 additions & 0 deletions

File tree

Notebooks/OpenIssues.github-issues

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"kind": 1,
4+
"language": "markdown",
5+
"value": "# Project Mu GitHub Open Issue Dashboard\r\n\r\nThis notebook displays [Project Mu](https://microsoft.github.io/mu/) open issues."
6+
},
7+
{
8+
"kind": 2,
9+
"language": "github-issues",
10+
"value": "// list of project mu repos\r\n$repos=repo:repo:microsoft/mu repo:microsoft/mu_basecore repo:microsoft/mu_plus repo:microsoft/mu_tiano_plus repo:microsoft/mu_oem_sample repo:microsoft/mu_tiano_platforms repo:microsoft/mu_siicon_arm_tiano repo:microsoft/mu_silicon_intel_tiano repo:microsoft/mu_common_intel_min_platform repo:microsoft/mu_devops repo:microsoft/mu_feature_config repo:microsoft/mu_feature_mm_supv repo:microsoft/mu_feature_ipmi repo:microsoft/mu_feature_uefi_variable repo:microsoft/mu_crypto_release repo:microsoft/mu_pip_environment repo:microsoft/mu_pip_python_library repo:microsoft/mu_pip_build repo:microsoft/mu_build repo:microsoft/mu_common_intel_adv_features"
11+
},
12+
{
13+
"kind": 1,
14+
"language": "markdown",
15+
"value": "📬 All Open Issues"
16+
},
17+
{
18+
"kind": 2,
19+
"language": "github-issues",
20+
"value": "$repos is:open is:issue archived:false"
21+
},
22+
{
23+
"kind": 1,
24+
"language": "markdown",
25+
"value": "All Open Issues with no labels"
26+
},
27+
{
28+
"kind": 2,
29+
"language": "github-issues",
30+
"value": "$repos is:open is:issue archived:false no:label"
31+
},
32+
{
33+
"kind": 1,
34+
"language": "markdown",
35+
"value": "All Open Issues with no assignee"
36+
},
37+
{
38+
"kind": 2,
39+
"language": "github-issues",
40+
"value": "$repos is:open is:issue archived:false no:assignee"
41+
},
42+
{
43+
"kind": 1,
44+
"language": "markdown",
45+
"value": "All Open Issues with needs-owner label"
46+
},
47+
{
48+
"kind": 2,
49+
"language": "github-issues",
50+
"value": "$repos is:open is:issue archived:false label:state:needs-owner"
51+
},
52+
{
53+
"kind": 1,
54+
"language": "markdown",
55+
"value": "All Open Issues marked stale"
56+
},
57+
{
58+
"kind": 2,
59+
"language": "github-issues",
60+
"value": "$repos is:open is:issue archived:false label:state:stale"
61+
}
62+
]

Notebooks/PullRequests.github-issues

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,15 @@
4848
"kind": 2,
4949
"language": "github-issues",
5050
"value": "// This needs to be bumped very occassionally (annually likely) to prevent\r\n// the maximum allowed number of results from being reached.\r\n$since=2022-01-01\r\n\r\n$repos is:closed type:pr sort:created-desc closed:>$since"
51+
},
52+
{
53+
"kind": 1,
54+
"language": "markdown",
55+
"value": "All Stale PRs"
56+
},
57+
{
58+
"kind": 2,
59+
"language": "github-issues",
60+
"value": "$repos is:open is:pr archived:false label:state:stale"
5161
}
5262
]

Notebooks/ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ To view the file in the Web version of VS Code, simply open the file in GitHub a
2121

2222
- [Project Mu Pull Request Dashboard](https://github.dev/microsoft/mu_devops/blob/main/Notebooks/PullRequests.github-issues)
2323
- [Project Mu Personal Issue & Pull Request Dashboard](https://github.com/microsoft/mu_devops/blob/main/Notebooks/MyPullRequests.github-issues)
24+
- [Project Mu Issue Dashboard](https://github.com/microsoft/mu_devops/blob/main/Notebooks/OpenIssues.github-issues)
2425

2526
Once opened, run the same steps in [How to Use](#how-to-use) to install the extension and view the file. You can then
2627
save the page to your bookmarks so you can easily load it in the future.

0 commit comments

Comments
 (0)