From f28227e4c47fe0985d16d0cee517054a80e4a46d Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Thu, 13 Dec 2018 20:51:24 +0100 Subject: [PATCH] Add /question --- .github/commands.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/commands.yml b/.github/commands.yml index 116ad5d2f53..70d41295408 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -1,9 +1,17 @@ { perform: true, commands: [ + { + type: 'comment', + name: 'question', + allowUsers: ['cleidigh', 'usernamehw'], + action: 'updateLabels', + addLabel: '*question' + }, { type: 'label', name: '*question', + allowTriggerByBot: true, action: 'close', comment: "Please ask your question on [StackOverflow](https://aka.ms/vscodestackoverflow). We have a great community over [there](https://aka.ms/vscodestackoverflow). They have already answered thousands of questions and are happy to answer yours as well. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" }, -- GitLab