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 31
31
noConflict : true
32
32
# 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")
33
33
requiredLabels :
34
- - " release : *"
34
+ - " target : *"
35
35
- " cla: yes"
36
36
37
37
# list of labels that a PR shouldn't have, checked after the required labels with a regexp
44
44
45
45
# list of PR statuses that need to be successful
46
46
requiredStatuses :
47
- - " continuous-integration/travis-ci/pr"
47
+ # TODO(josephperrott): reenable once CI flakiness is addressed
48
+ # - "continuous-integration/travis-ci/pr"
48
49
- " ci/circleci: build"
49
50
50
51
# 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