Update commands.yml

pull/64745/head
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
1 changed files with 3 additions and 3 deletions

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'
},
{