Update commands.yml

This commit is contained in:
Christof Marti 2018-12-07 14:09:56 +01:00 committed by GitHub
parent a152a5c781
commit 5e3a8ca975
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,14 +62,16 @@
name: 'confirm',
allowUsers: ['cleidigh', 'usernamehw'],
action: 'updateLabels',
addLabel: 'confirmed'
addLabel: 'confirmed',
removeLabel: 'unconfirmed'
},
{
type: 'comment',
name: 'unconfirm',
allowUsers: ['cleidigh', 'usernamehw'],
action: 'updateLabels',
addLabel: 'unconfirmed'
addLabel: 'unconfirmed',
removeLabel: 'confirmed'
},
{
type: 'comment',