Skip to content

Commit cd6a361

Browse files
committed
notebook tweaks
1 parent 72627fa commit cd6a361

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

.vscode/notebooks/inbox.github-issues

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
{
33
"kind": 1,
44
"language": "markdown",
5-
"value": "## Triage Inbox\n\nAll inbox issues but not those label as needing more information"
5+
"value": "##### `Config`: defines the inbox query"
6+
},
7+
{
8+
"kind": 2,
9+
"language": "github-issues",
10+
"value": "$inbox=repo:microsoft/vscode is:open no:assignee -label:feature-request -label:testplan-item -label:plan-item "
11+
},
12+
{
13+
"kind": 1,
14+
"language": "markdown",
15+
"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",
16+
"editable": true
617
},
718
{
819
"kind": 2,
@@ -13,11 +24,13 @@
1324
{
1425
"kind": 1,
1526
"language": "markdown",
16-
"value": "## Inbox\n\nAll issues that have no assignee and that have neither **feature requests** nor **test plan items** nor **plan items**."
27+
"value": "## Inbox\n\nAll issues that have no assignee and that have neither **feature requests** nor **test plan items** nor **plan items**.",
28+
"editable": true
1729
},
1830
{
1931
"kind": 2,
2032
"language": "github-issues",
21-
"value": "$inbox=repo:microsoft/vscode is:open no:assignee -label:feature-request -label:testplan-item -label:plan-item \n$inbox"
33+
"value": "$inbox",
34+
"editable": true
2235
}
2336
]

0 commit comments

Comments
 (0)