Skip to content

Commit b384c37

Browse files
josephperrottandrewseguin
authored andcommitted
chore: update angular robot labels and required statuses (#11032)
1 parent 2ad13bf commit b384c37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/angular-robot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ merge:
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
@@ -44,7 +44,8 @@ merge:
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

0 commit comments

Comments
 (0)