Skip to content

Commit 9c1fb07

Browse files
committed
Allow-list cleidigh and usernamehw (microsoft#56883)
1 parent faa6d4a commit 9c1fb07

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/commands.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
{
4747
type: 'comment',
4848
name: 'duplicate',
49+
allowUsers: ['cleidigh', 'usernamehw'],
4950
action: 'updateLabels',
5051
addLabel: '*duplicate'
5152
},
@@ -59,18 +60,21 @@
5960
{
6061
type: 'comment',
6162
name: 'confirm',
63+
allowUsers: ['cleidigh', 'usernamehw'],
6264
action: 'updateLabels',
6365
addLabel: 'confirmed'
6466
},
6567
{
6668
type: 'comment',
6769
name: 'findDuplicates',
70+
allowUsers: ['cleidigh', 'usernamehw'],
6871
action: 'comment',
6972
comment: "Potential duplicates:\n${potentialDuplicates}"
7073
},
7174
{
7275
type: 'comment',
7376
name: 'needsMoreInfo',
77+
allowUsers: ['cleidigh', 'usernamehw'],
7478
action: 'updateLabels',
7579
addLabel: 'needs more info',
7680
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!"

0 commit comments

Comments
 (0)