Update commands.yml
parent
ae80a5aab4
commit
bac0d92a46
|
@ -63,14 +63,14 @@
|
||||||
allowUsers: ['cleidigh', 'usernamehw'],
|
allowUsers: ['cleidigh', 'usernamehw'],
|
||||||
action: 'updateLabels',
|
action: 'updateLabels',
|
||||||
addLabel: 'confirmed',
|
addLabel: 'confirmed',
|
||||||
removeLabel: 'unconfirmed'
|
removeLabel: 'confirmation-pending'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'comment',
|
type: 'comment',
|
||||||
name: 'unconfirm',
|
name: 'confirmationPending',
|
||||||
allowUsers: ['cleidigh', 'usernamehw'],
|
allowUsers: ['cleidigh', 'usernamehw'],
|
||||||
action: 'updateLabels',
|
action: 'updateLabels',
|
||||||
addLabel: 'unconfirmed',
|
addLabel: 'confirmation-pending',
|
||||||
removeLabel: 'confirmed'
|
removeLabel: 'confirmed'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue