Skip to content

Commit b7fd9eb

Browse files
josephperrottAndrewKushnir
authored andcommitted
ci: remove cla: yes from required labels (angular#44179)
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. PR Close angular#44179
1 parent 265e9e3 commit b7fd9eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/angular-robot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,13 @@ merge:
100100
# list of labels that a PR needs to have, checked with a regexp (e.g. "target:" will work for the label "target: master")
101101
requiredLabels:
102102
- 'target: *'
103-
- 'cla: yes'
104103

105104
# list of labels that a PR shouldn't have, checked after the required labels with a regexp
106105
forbiddenLabels:
107106
- 'target: TBD'
108107
- 'action: cleanup'
109108
- 'action: review'
110109
- 'state: blocked'
111-
- 'cla: no'
112110

113111
# list of PR statuses that need to be successful
114112
requiredStatuses:

0 commit comments

Comments
 (0)