From 28d149feab489137719876172f58d2ff1029803c Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 15 Nov 2021 11:01:00 -0800 Subject: [PATCH] ci: remove `cla: yes` from required labels Remove `cla: yes` from the require labels for merging as the CLACheck tool no longer relies on labels. Enforcement of the CLA being signed is still enforced by the status check which is visible both in Github as well as checked by merge tooling. --- .github/angular-robot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 3c94ce383cf4..e4ac26b78618 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -44,7 +44,6 @@ merge: # list of labels that a PR needs to have, checked with a regexp (e.g. "PR target:" will work for the label "PR target: master") requiredLabels: - "target: *" - - "cla: yes" # list of labels that a PR shouldn't have, checked after the required labels with a regexp forbiddenLabels: @@ -52,7 +51,6 @@ merge: - "pr: blocked" - "pr: needs*" - "presubmit failures" - - "cla: no" # list of PR statuses that need to be successful requiredStatuses: