diff --git a/.github/commands.yml b/.github/commands.yml index 14491c418a0..116ad5d2f53 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -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' }, {