diff --git a/.github/commands.yml b/.github/commands.yml index 0e78ac749fafa7d501ea4fe7aca9a9b362927dcc..c7c5c902cdfd94a48a3315f5fae0fc6347173d23 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' + }, ] }