Skip to content

Commit 2238edf

Browse files
Implement /spam issue triaging command (microsoft#221940)
* Implement /spam issue triaging command * Use `invalid` as the label
1 parent ee33e6e commit 2238edf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/commands.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,19 @@
169169
"reason": "completed",
170170
"addLabel": "unreleased"
171171
},
172+
{
173+
"type": "comment",
174+
"name": "spam",
175+
"allowUsers": [
176+
"cleidigh",
177+
"usernamehw",
178+
"gjsjohnmurray",
179+
"IllusionMH"
180+
],
181+
"action": "close",
182+
"reason": "not_planned",
183+
"addLabel": "invalid"
184+
},
172185
{
173186
"type": "comment",
174187
"name": "a11ymas",

0 commit comments

Comments
 (0)