From 34248233514d07c2dbe45826ef05ea3da36f5bd9 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Mon, 1 Oct 2018 15:29:11 +0200 Subject: [PATCH] Add 'a11ymas' command --- .github/commands.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/commands.yml b/.github/commands.yml index b52ee2e4ee9..b652a942edd 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -69,5 +69,12 @@ 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: 'comment', + name: 'a11ymas', + allowUsers: ['AccessibilityTestingTeam-TCS'], + action: 'updateLabels', + addLabel: 'a11ymas' + }, ] }