From da00bdb5996507edbce3965e9b846a9d474635f1 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Mon, 26 Aug 2024 11:53:54 -0700 Subject: [PATCH] Update sync-repo-settings.yaml --- .github/sync-repo-settings.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 9a3009481..4235b8851 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -13,8 +13,8 @@ branchProtectionRules: - 'PHP 8.3 Unit Test' - 'PHP 8.3 Unit Test protobuf,grpc' - 'Run google-cloud-php tests' - - 'PHP Style Check' - - 'PHPStan Static Analysis' + - 'PHP Style Check / PHP Code Standards' + - 'PHPStan Static Analysis / PHPStan Static Analysis' - 'cla/google' requiredApprovingReviewCount: 1 requiresCodeOwnerReviews: true