Skip to content

Commit 3424823

Browse files
authored
Add 'a11ymas' command
1 parent 6ade98e commit 3424823

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/commands.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,12 @@
6969
addLabel: 'needs more info',
7070
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!"
7171
},
72+
{
73+
type: 'comment',
74+
name: 'a11ymas',
75+
allowUsers: ['AccessibilityTestingTeam-TCS'],
76+
action: 'updateLabels',
77+
addLabel: 'a11ymas'
78+
},
7279
]
7380
}

0 commit comments

Comments
 (0)