Skip to content

Commit

Permalink
Add 'a11ymas' command
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti authored Oct 1, 2018
1 parent 6ade98e commit 3424823
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
]
}

0 comments on commit 3424823

Please sign in to comment.