From 7417a299b4debfbb9222fc17bc9dbdc587ce4091 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Mon, 11 Nov 2019 09:26:15 +0100 Subject: [PATCH] Update commands.yml --- .github/commands.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/commands.yml b/.github/commands.yml index c7c5c902cdf..ca4b782002f 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -116,6 +116,14 @@ addLabel: 'needs more info', comment: "Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines. Please take the time to review these and update the issue.\n\nHappy Coding!" }, + { + type: 'label', + name: '*needs more info', + action: 'updateLabels', + addLabel: 'needs more info', + removeLabel: '*needs more info', + comment: "Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines. Please take the time to review these and update the issue.\n\nHappy Coding!" + }, { type: 'comment', name: 'a11ymas', -- GitLab