From bac0d92a46f8d7ec4a9da4f83747716aac849612 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Mon, 10 Dec 2018 10:23:07 +0100 Subject: [PATCH] Update commands.yml --- .github/commands.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' }, { -- GitLab