From bd08b319d3099ce2e77c3382721fa13d0670843d Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Mon, 11 Nov 2019 09:23:23 +0100 Subject: [PATCH] Update commands.yml --- .github/commands.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/commands.yml b/.github/commands.yml index 0e78ac749fa..c7c5c902cdf 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -123,5 +123,12 @@ action: 'updateLabels', addLabel: 'a11ymas' }, + { + type: 'label', + name: '*needs more info', + action: 'updateLabels', + addLabel: 'needs more info', + removeLabel: '*needs more info' + }, ] } -- GitLab