From 2238edf364ff2f501062fa2cacd075ae9e9e5cba Mon Sep 17 00:00:00 2001 From: John Murray Date: Tue, 23 Jul 2024 01:23:21 +0100 Subject: [PATCH] Implement /spam issue triaging command (#221940) * Implement /spam issue triaging command * Use `invalid` as the label --- .github/commands.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index df9fc791fd5..44480916133 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -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",