-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PullRequests.github-issues: Add PR notebook #6493
Conversation
8204e04
to
ea3b482
Compare
Does this file need to live in the top-level directory? |
It does not. It can be moved elsewhere. We've placed a few into a "Notebooks" directory with a readme - https://github.com/microsoft/mu_devops/tree/main/Notebooks. |
This sort of came up in #6455 today as well. We don't have a generic directory for "useful stuff", and as a result we have some of that spread out across the tree. Things like debugger scripts. @hughsie's PR linked to a document talking about how a This, like that, PR shouldn't have to be the driving force for that ... but maybe it's just time to figure something out? |
@hughsie votes |
ea3b482
to
f4692b6
Compare
I moved it to |
@leiflindholm & @mdkinney, can you please revisit this when you get a chance? |
I'm good with this, but also happy to bikeshed :) |
This adds a new dir to the root. Do you want to update Maintainers.txt for maintainers/reviewers? |
Adds a VS Code GitHub issue notebook that can be used with the VS Code GitHub Issue Notebook Extension to view PR queries on Tianocore repositories. VS Code extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-github-issue-notebooks This is intended to provide a single real-time dashboard that reflects PR status from all Tianocore repositories so users can track their PRs and quickly find PRs that need their attention. To use this, install the VS Code extension and open the file. This can be done in a Web browser at vscode.dev or locally in VS Code. Signed-off-by: Michael Kubacki <[email protected]>
Adds Michael Kubacki as a maintainer of this newly added file. Signed-off-by: Michael Kubacki <[email protected]>
f4692b6
to
a37e68b
Compare
I added myself as a maintainer of the file. Given the diverse nature of file content that can be placed in the |
Description
Adds a VS Code GitHub issue notebook that can be used with the VS Code GitHub Issue Notebook Extension to view PR queries on Tianocore repositories.
VS Code extension:
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-github-issue-notebooks
This is intended to provide a single real-time dashboard that reflects PR status from all Tianocore repositories so users can track their PRs and quickly find PRs that need their attention.
To use this, install the VS Code extension and open the file. This can be done in a Web browser at vscode.dev or locally in VS Code.
Example of Notebook
How This Was Tested
Integration Instructions