From 4f33022639f6bb6db626520939f58a0dc6de6a92 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 3 Dec 2020 09:50:46 +0100 Subject: [PATCH] add verification query for issues from non-vscode team members --- .vscode/notebooks/my-endgame.github-issues | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.vscode/notebooks/my-endgame.github-issues b/.vscode/notebooks/my-endgame.github-issues index 402ef474e56..5222481a470 100644 --- a/.vscode/notebooks/my-endgame.github-issues +++ b/.vscode/notebooks/my-endgame.github-issues @@ -182,7 +182,7 @@ { "kind": 1, "language": "markdown", - "value": "## Issues filed by others", + "value": "## Issues filed by VSCode members", "editable": true }, { @@ -191,6 +191,18 @@ "value": "$REPOS $MILESTONE -$MINE is:issue is:closed -author:@me sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found", "editable": true }, + { + "kind": 1, + "language": "markdown", + "value": "## Issues filed by others", + "editable": true + }, + { + "kind": 2, + "language": "github-issues", + "value": "$REPOS $MILESTONE -$MINE is:issue is:closed sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found -author:aeschli, -author:alexdima, -author:alexr00, -author:AmandaSilver, -author:bamurtaugh, -author:bpasero, -author:btholt, -author:chrisdias, -author:chrmarti, -author:Chuxel, -author:connor4312, -author:dbaeumer, -author:deepak1556, -author:devinvalenciano, -author:digitarald, -author:eamodio, -author:egamma, -author:fiveisprime, -author:gregvanl, -author:isidorn, -author:ItalyPaleAle, -author:JacksonKearl, -author:joaomoreno, -author:jrieken, -author:kieferrm, -author:lszomoru, -author:meganrogge, -author:misolori, -author:mjbvz, -author:ornellaalt, -author:orta, -author:rebornix, -author:RMacfarlane, -author:roblourens, -author:rzhao271, -author:sana-ajani, -author:sandy081, -author:sbatten, -author:stevencl, -author:Tyriar, -author:weinand", + "editable": true + }, { "kind": 1, "language": "markdown", -- GitLab