Skip to content

Commit fd8a774

Browse files
committed
update queries
1 parent a632708 commit fd8a774

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.vscode/notebooks/inbox.github-issues

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
{
33
"kind": 1,
44
"language": "markdown",
5-
"value": "##### `Config`: defines the inbox query"
5+
"value": "##### `Config`: defines the inbox query",
6+
"editable": true
67
},
78
{
89
"kind": 2,
910
"language": "github-issues",
10-
"value": "$inbox=repo:microsoft/vscode is:open no:assignee -label:feature-request -label:testplan-item -label:plan-item "
11+
"value": "$inbox=repo:microsoft/vscode is:open no:assignee -label:feature-request -label:testplan-item -label:plan-item ",
12+
"editable": true
1113
},
1214
{
1315
"kind": 1,
@@ -18,7 +20,7 @@
1820
{
1921
"kind": 2,
2022
"language": "github-issues",
21-
"value": "$inbox -label:\"needs more info\"",
23+
"value": "$inbox -label:\"needs more info\" -label:emmet",
2224
"editable": true
2325
},
2426
{
@@ -31,6 +33,6 @@
3133
"kind": 2,
3234
"language": "github-issues",
3335
"value": "$inbox",
34-
"editable": true
36+
"editable": false
3537
}
3638
]

.vscode/notebooks/verification.github-issues

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,16 @@
4040
"language": "github-issues",
4141
"value": "$repos $milestone is:closed -assignee:@me label:bug -label:verified -label:*duplicate -author:@me -assignee:@me label:bug -label:verified -author:@me -author:aeschli -author:alexdima -author:alexr00 -author:bpasero -author:chrisdias -author:chrmarti -author:connor4312 -author:dbaeumer -author:deepak1556 -author:eamodio -author:egamma -author:gregvanl -author:isidorn -author:JacksonKearl -author:joaomoreno -author:jrieken -author:lramos15 -author:lszomoru -author:misolori -author:mjbvz -author:rebornix -author:RMacfarlane -author:roblourens -author:sana-ajani -author:sandy081 -author:sbatten -author:Tyriar -author:weinand",
4242
"editable": false
43+
},
44+
{
45+
"kind": 1,
46+
"language": "markdown",
47+
"value": "### All"
48+
},
49+
{
50+
"kind": 2,
51+
"language": "github-issues",
52+
"value": "$repos $milestone is:closed -assignee:@me label:bug -label:verified -label:*duplicate",
53+
"editable": false
4354
}
4455
]

0 commit comments

Comments
 (0)