Update commands.yml

This commit is contained in:
Christof Marti 2018-12-10 10:23:07 +01:00 committed by GitHub
parent ae80a5aab4
commit bac0d92a46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,14 +63,14 @@
allowUsers: ['cleidigh', 'usernamehw'],
action: 'updateLabels',
addLabel: 'confirmed',
removeLabel: 'unconfirmed'
removeLabel: 'confirmation-pending'
},
{
type: 'comment',
name: 'unconfirm',
name: 'confirmationPending',
allowUsers: ['cleidigh', 'usernamehw'],
action: 'updateLabels',
addLabel: 'unconfirmed',
addLabel: 'confirmation-pending',
removeLabel: 'confirmed'
},
{