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' + }, ] }