From 5e3a8ca975ad82817949cbc167a4097a2f9c802f Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Fri, 7 Dec 2018 14:09:56 +0100 Subject: [PATCH] Update commands.yml --- .github/commands.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/commands.yml b/.github/commands.yml index bd8b9fdb0f9..14491c418a0 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -62,14 +62,16 @@ name: 'confirm', allowUsers: ['cleidigh', 'usernamehw'], action: 'updateLabels', - addLabel: 'confirmed' + addLabel: 'confirmed', + removeLabel: 'unconfirmed' }, { type: 'comment', name: 'unconfirm', allowUsers: ['cleidigh', 'usernamehw'], action: 'updateLabels', - addLabel: 'unconfirmed' + addLabel: 'unconfirmed', + removeLabel: 'confirmed' }, { type: 'comment', -- GitLab