From f4fed58a057632863bd338cf8ac3d4b3ba9bcdff Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Wed, 11 May 2022 10:23:58 -0400 Subject: [PATCH] ci: remove redundant PR required statuses check from bot configuration Required PR statuses are now exclusively handled via Github configuration. --- .github/angular-robot.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index b724df9755..d1ff65b42a 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -39,16 +39,8 @@ merge: - 'PR state: blocked' # list of PR statuses that need to be successful - requiredStatuses: - - 'ci/circleci: build' - - 'ci/circleci: setup' - - 'ci/circleci: lint' - - 'ci/circleci: validate' - - 'ci/circleci: test' - - 'ci/circleci: e2e-cli-win' - - 'ci/circleci: e2e-cli' - - 'ci/circleci: test-browsers' - - 'ci/angular: size' + # NOTE: Required PR statuses are now exclusively handled via Github configuration + requiredStatuses: [] # 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