From 9c1fb078f2eaf086fce107a12d56aa2888bac34c Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Wed, 7 Nov 2018 21:28:18 +0100 Subject: [PATCH] Allow-list cleidigh and usernamehw (#56883) --- .github/commands.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/commands.yml b/.github/commands.yml index ba6ab0e86e4..95a3df06c5b 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -46,6 +46,7 @@ { type: 'comment', name: 'duplicate', + allowUsers: ['cleidigh', 'usernamehw'], action: 'updateLabels', addLabel: '*duplicate' }, @@ -59,18 +60,21 @@ { type: 'comment', name: 'confirm', + allowUsers: ['cleidigh', 'usernamehw'], action: 'updateLabels', addLabel: 'confirmed' }, { type: 'comment', name: 'findDuplicates', + allowUsers: ['cleidigh', 'usernamehw'], action: 'comment', comment: "Potential duplicates:\n${potentialDuplicates}" }, { type: 'comment', name: 'needsMoreInfo', + allowUsers: ['cleidigh', 'usernamehw'], action: 'updateLabels', 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!" -- GitLab