From ceada7785e12a10b1bdb013dfb88178437ea4127 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 7 Feb 2019 21:57:21 -0800 Subject: [PATCH] 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 --- .github/angular-robot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 2e231cbd06..02a3e2b5ca 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -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