Skip to content

Commit b6fbe65

Browse files
devversionjosephperrott
authored andcommitted
chore: update required statuses for github robot (#13639)
1 parent ef429c4 commit b6fbe65

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ jobs:
121121
# ----------------------------------------------------------------------------------------
122122
# Workflow definitions. A workflow usually groups multiple jobs together. This is useful if
123123
# one job depends on another.
124+
#
125+
# NOTE: When updating this configuration section, make sure to update GitHub robot
126+
# config to match the new workflow jobs.
124127
# ----------------------------------------------------------------------------------------
125128
workflows:
126129
version: 2

.github/angular-robot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ merge:
5252
requiredStatuses:
5353
# TODO(josephperrott): reenable once CI flakiness is addressed
5454
# - "continuous-integration/travis-ci/pr"
55-
- "ci/circleci: build"
55+
- "ci/circleci: lint"
56+
- "ci/circleci: bazel_build_test"
57+
- "ci/circleci: tests_local_browsers"
5658

5759
# the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
5860
# {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option

0 commit comments

Comments
 (0)