From 268aadc7dd5aa0cae5d7c1f07a950dd6b605ffbb Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Fri, 27 Sep 2019 09:49:29 +0200 Subject: [PATCH] Update commands.yml --- .github/commands.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/commands.yml b/.github/commands.yml index 21ebd49ec3c..9e75ced247c 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -39,6 +39,13 @@ action: 'close', comment: "This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details [here](https://aka.ms/vscode-out-of-scope). If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.\n\nIf you wonder what we are up to, please see our [roadmap](https://aka.ms/vscoderoadmap) and [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nThanks for your understanding and happy coding!" }, + { + type: 'comment', + name: 'causedByExtension', + allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'], + action: 'updateLabels', + addLabel: '*caused-by-extension' + }, { type: 'label', name: '*caused-by-extension',