Skip to content

Commit

Permalink
chore: Fix sync-repo-settings.yaml file (#2856)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 authored May 6, 2024
1 parent eb156c2 commit 21168cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branchProtectionRules:
- 'unitTests (21)'
- 'releaseCheck'
- 'conventionalcommits.org'
- 'SonarCloud Code Analysis'
- 'Build with Sonar'
- 'parallel-NativeTests (alloydb-sample)'
- 'parallel-NativeTests (bigquery-sample)'
- 'parallel-NativeTests (bigquery)'
Expand Down Expand Up @@ -50,7 +50,7 @@ branchProtectionRules:
- 'unitTests (21)'
- 'releaseCheck'
- 'conventionalcommits.org'
- 'SonarCloud Code Analysis'
- 'Build with Sonar'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
Expand All @@ -63,7 +63,7 @@ branchProtectionRules:
- 'unitTests (17)'
- 'releaseCheck'
- 'conventionalcommits.org'
- 'SonarCloud Code Analysis'
- 'Build with Sonar'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
Expand Down

0 comments on commit 21168cb

Please sign in to comment.