From 95b521d3890736fd966e39ef5141ad34c20628d3 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Thu, 14 Nov 2019 10:20:21 +0100 Subject: [PATCH] Update commands.yml --- .github/commands.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/commands.yml b/.github/commands.yml index c649e6c4d89..ea0895b3dd2 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -118,10 +118,10 @@ }, { type: 'label', - name: '*needs more info', + name: '~needs more info', action: 'updateLabels', addLabel: 'needs more info', - removeLabel: '*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!" }, { @@ -131,12 +131,5 @@ action: 'updateLabels', addLabel: 'a11ymas' }, - { - type: 'label', - name: '*needs more info', - action: 'updateLabels', - addLabel: 'needs more info', - removeLabel: '*needs more info' - }, ] }