File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3131 noConflict : true
3232 # 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")
3333 requiredLabels :
34- - " release : *"
34+ - " target : *"
3535 - " cla: yes"
3636
3737 # list of labels that a PR shouldn't have, checked after the required labels with a regexp
4444
4545 # list of PR statuses that need to be successful
4646 requiredStatuses :
47- - " continuous-integration/travis-ci/pr"
47+ # TODO(josephperrott): reenable once CI flakiness is addressed
48+ # - "continuous-integration/travis-ci/pr"
4849 - " ci/circleci: build"
4950
5051 # the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
You can’t perform that action at this time.
0 commit comments