From ce8b5877e2e0de32f809c302fcd730ac35f873e3 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 16 Jan 2018 10:57:21 -0800 Subject: [PATCH] ci: add "PR action: cleanup" to the bot's forbiddenLabels list (#21562) PR Close #21562 --- .github/angular-robot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 160d520030..49d07481e8 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -32,6 +32,7 @@ merge: # list of labels that a PR shouldn't have, checked after the required labels with a regexp forbiddenLabels: - "PR target: TBD" + - "PR action: cleanup" - "cla: no" # list of PR statuses that need to be successful