From c2be1bb8bb6493739d09e752e3593e8f28fd6cab Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Thu, 4 Jun 2020 12:45:07 -0700 Subject: [PATCH] Add closedWith commmand --- .github/commands.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 6793e0036b4..6bacd7963bb 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -133,6 +133,18 @@ "action": "updateLabels", "addLabel": "~needs more info" }, + { + "type": "comment", + "name": "closedWith", + "allowUsers": [ + "cleidigh", + "usernamehw", + "gjsjohnmurray", + "IllusionMH" + ], + "action": "close", + "addLabel": "unreleased" + }, { "type": "label", "name": "~needs more info",