8000 ci: remove `cla: yes` from required labels · angular-robot/angular-cli@e2c86ba · GitHub
[go: up one dir, main page]

Skip to content

Commit e2c86ba

Browse files
josephperrottfilipesilva
authored andcommitted
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. (cherry picked from commit 7d642fe)
1 parent b0c120c commit e2c86ba

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
@@ -31,14 +31,12 @@ merge:
3131
# list of labels that a PR needs to have, checked with a regexp (e.g. "target:" will work for the label "target: major")
3232
requiredLabels:
3333
- 'target: *'
34-
- 'cla: yes'
3534

3635
# list of labels that a PR shouldn't have, checked after the required labels with a regexp
3736
forbiddenLabels:
3837
- 'action: cleanup'
3938
- 'action: review'
4039
- 'PR state: blocked'
41-
- 'cla: no'
4240

4341
# list of PR statuses that need to be successful
4442
requiredStatuses:

0 commit comments

Comments
 (0)
0