From 6474c3da8e8cb030d8093473d808e50d87431b8e Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 17 Nov 2021 14:03:20 +0100 Subject: [PATCH] ci: remove `cla/google` from required statues (#44197) The CLA tools no longer report statuses as it is being run as Github actions. PR Close #44197 --- .github/angular-robot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 7bf4c55c085..f2d982b2520 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -113,7 +113,6 @@ merge: - 'ci/circleci: build' - 'ci/circleci: lint' - 'ci/angular: size' - - 'cla/google' - 'google3' - 'pullapprove'