From fa36aac3c7f065f8397efe5de2c7a595c1f6cbf9 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 1 Jul 2022 10:26:23 -0400 Subject: [PATCH] ci: removing clirr from required checks (#28) Making CLIRR not required. The version bumps are now controlled by the Release Please and OwlBot. The CL authors create appropriate change description to control major version bumps. --- .github/sync-repo-settings.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 4ebfe4b..4ea0953 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -44,7 +44,6 @@ branchProtectionRules: - "dependencies (8)" - "dependencies (11)" - "lint" - - "clirr" - "units (8)" - "units (11)" - "Kokoro - Test: Integration"