ci: add all required statuses to the requiredStatuses list for angular-robot (#28613)

Somehow the current list ommits quite a few important targets. Especially the cla and google3.

This changes adds all the statuses that must always be present and green for this agregate state expised as "ci/angular: merge status" to be green.

PR Close #28613
This commit is contained in:
Igor Minar 2019-02-07 21:57:21 -08:00 committed by Miško Hevery
parent d91ea2c499
commit ceada7785e
1 changed files with 5 additions and 0 deletions

View File

@ -103,6 +103,11 @@ merge:
requiredStatuses:
- "ci/circleci: build"
- "ci/circleci: lint"
- "ci/circleci: publish_snapshot"
- "ci/angular: size"
- "cla/google"
- "google3"
# the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
# {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option