diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index a1cc91e1..a545722c 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -7,7 +7,13 @@ branchProtectionRules: requiredStatusCheckContexts: - 'style-check' - 'docs' - - 'unit' + - 'unit (3.6)' + - 'unit (3.6, cpp)' + - 'unit (3.7)' + - 'unit (3.7, cpp)' + - 'unit (3.8)' + - 'unit (3.9, cpp)' + - 'unit (3.9)' - 'cla/google' requiredApprovingReviewCount: 1 requiresCodeOwnerReviews: true