From 332ab7f6a62d48bdfe997517aecb682d73d5632c Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Thu, 6 Dec 2018 15:35:28 +0100 Subject: [PATCH] Update commands.yml --- .github/commands.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/commands.yml b/.github/commands.yml index 66899b3600b..8256062b3fe 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -66,10 +66,10 @@ }, { type: 'comment', - name: 'needsConfirmation', + name: '/confirmationNeeded', allowUsers: ['cleidigh', 'usernamehw'], action: 'updateLabels', - addLabel: 'needs-confirmation' + addLabel: 'confirmation-needed' }, { type: 'comment', -- GitLab