Skip to content

Commit 5e3a8ca

Browse files
authored
Update commands.yml
1 parent a152a5c commit 5e3a8ca

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/commands.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,16 @@
6262
name: 'confirm',
6363
allowUsers: ['cleidigh', 'usernamehw'],
6464
action: 'updateLabels',
65-
addLabel: 'confirmed'
65+
addLabel: 'confirmed',
66+
removeLabel: 'unconfirmed'
6667
},
6768
{
6869
type: 'comment',
6970
name: 'unconfirm',
7071
allowUsers: ['cleidigh', 'usernamehw'],
7172
action: 'updateLabels',
72-
addLabel: 'unconfirmed'
73+
addLabel: 'unconfirmed',
74+
removeLabel: 'confirmed'
7375
},
7476
{
7577
type: 'comment',

0 commit comments

Comments
 (0)