diff --git a/.github/commands.yml b/.github/commands.yml index 14491c418a08788f3d04d4b33721a0c702bf9a10..116ad5d2f53e901076ad86c7f62f1527558d425d 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' }, {