Skip to content

Commit

Permalink
Implement /spam issue triaging command (#221940)
Browse files Browse the repository at this point in the history
* Implement /spam issue triaging command

* Use `invalid` as the label
  • Loading branch information
gjsjohnmurray authored Jul 23, 2024
1 parent ee33e6e commit 2238edf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,19 @@
"reason": "completed",
"addLabel": "unreleased"
},
{
"type": "comment",
"name": "spam",
"allowUsers": [
"cleidigh",
"usernamehw",
"gjsjohnmurray",
"IllusionMH"
],
"action": "close",
"reason": "not_planned",
"addLabel": "invalid"
},
{
"type": "comment",
"name": "a11ymas",
Expand Down

0 comments on commit 2238edf

Please sign in to comment.