Skip to content

Commit 7746bef

Browse files
ci: remove cla: yes from required labels (#23968)
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.
1 parent 5138328 commit 7746bef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/angular-robot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,13 @@ merge:
4444
# 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")
4545
requiredLabels:
4646
- "target: *"
47-
- "cla: yes"
4847

4948
# list of labels that a PR shouldn't have, checked after the required labels with a regexp
5049
forbiddenLabels:
5150
- "blocked"
5251
- "pr: blocked"
5352
- "pr: needs*"
5453
- "presubmit failures"
55-
- "cla: no"
5654

5755
# list of PR statuses that need to be successful
5856
requiredStatuses:

0 commit comments

Comments
 (0)