From 5b0bca892d6d44716be5cac17d3f516c9a11a0f1 Mon Sep 17 00:00:00 2001 From: Isidor Nikolic Date: Thu, 1 Sep 2022 13:16:39 +0200 Subject: [PATCH] add dev-question comment for issue trackers (#159750) --- .github/commands.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/commands.json b/.github/commands.json index 78b9d822571..05686878d96 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -11,6 +11,18 @@ "action": "updateLabels", "addLabel": "*question" }, + { + "type": "comment", + "name": "dev-question", + "allowUsers": [ + "cleidigh", + "usernamehw", + "gjsjohnmurray", + "IllusionMH" + ], + "action": "updateLabels", + "addLabel": "*dev-question" + }, { "type": "label", "name": "*question",