Skip to content
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

Add cell to triage issues tagged enhancement #2856

Merged
merged 1 commit into from
Mar 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion issues-review.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"language": "github-issues",
"value": "// install extension id ms-vscode.vscode-github-issue-notebooks\r\n// un-triaged issues\r\nrepo:dotnet/interactive is:issue is:open -label:external -label:enhancement -label:impact-medium -label:impact-low -label:impact-high -label:plan -label:question -label:Urgency-High -label:Maintainability -label:waiting-on-feedback -label:\"Needs documentation\" -label:\"Needs verification\""
},
{
"kind": 2,
"language": "github-issues",
"value": "// suggestions and enhancements\r\nrepo:dotnet/interactive is:issue is:open label:enhancement -label:question -label:impact-medium -label:impact-low -label:impact-high -label:\"Needs more discussion\""
},
{
"kind": 2,
"language": "github-issues",
Expand All @@ -19,4 +24,4 @@
"language": "github-issues",
"value": "// needs verification\r\nrepo:dotnet/interactive is:issue is:open label:\"Needs verification\" -label:waiting-on-feedback"
}
]
]