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:
parent
d91ea2c499
commit
ceada7785e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue