From cd6a361d7f01ca65842e9e7e7104d59e5166cb45 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Wed, 10 Jun 2020 16:18:28 +0200 Subject: [PATCH] notebook tweaks --- .vscode/notebooks/inbox.github-issues | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.vscode/notebooks/inbox.github-issues b/.vscode/notebooks/inbox.github-issues index 2552a21bc0a..9edd342251c 100644 --- a/.vscode/notebooks/inbox.github-issues +++ b/.vscode/notebooks/inbox.github-issues @@ -2,7 +2,18 @@ { "kind": 1, "language": "markdown", - "value": "## Triage Inbox\n\nAll inbox issues but not those label as needing more information" + "value": "##### `Config`: defines the inbox query" + }, + { + "kind": 2, + "language": "github-issues", + "value": "$inbox=repo:microsoft/vscode is:open no:assignee -label:feature-request -label:testplan-item -label:plan-item " + }, + { + "kind": 1, + "language": "markdown", + "value": "## Triage Inbox\n\nAll inbox issues but not those that need more information. These issues need to be triaged, e.g assigned to a user or ask for more information", + "editable": true }, { "kind": 2, @@ -13,11 +24,13 @@ { "kind": 1, "language": "markdown", - "value": "## Inbox\n\nAll issues that have no assignee and that have neither **feature requests** nor **test plan items** nor **plan items**." + "value": "## Inbox\n\nAll issues that have no assignee and that have neither **feature requests** nor **test plan items** nor **plan items**.", + "editable": true }, { "kind": 2, "language": "github-issues", - "value": "$inbox=repo:microsoft/vscode is:open no:assignee -label:feature-request -label:testplan-item -label:plan-item \n$inbox" + "value": "$inbox", + "editable": true } ] \ No newline at end of file