diff --git a/.github/commands.yml b/.github/commands.yml index 95a3df06c5b9be1f1ac6e74cd3f9a71ce9d03f8c..66899b3600b23cfc7bc51b69ed7fad034c87402b 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -64,6 +64,13 @@ action: 'updateLabels', addLabel: 'confirmed' }, + { + type: 'comment', + name: 'needsConfirmation', + allowUsers: ['cleidigh', 'usernamehw'], + action: 'updateLabels', + addLabel: 'needs-confirmation' + }, { type: 'comment', name: 'findDuplicates',