Add 'a11ymas' command

This commit is contained in:
Christof Marti 2018-10-01 15:29:11 +02:00 committed by GitHub
parent 6ade98e776
commit 3424823351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
},
]
}