Skip to content

Commit

Permalink
build: maybe fix the required checks (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Sep 14, 2020
1 parent 338f92d commit 08c6841
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,41 @@ branchProtectionRules:
- pattern: master
isAdminEnforced: true
requiredStatusCheckContexts:
- 'ci / test (12, auto-label) (pull_request)'
- 'ci / test (12, blunderbuss) (pull_request)'
- 'ci / test (12, buildcop) (pull_request)'
- 'ci / test (12, conventional-commit-lint) (pull_request)'
- 'ci / test (12, failurechecker) (pull_request)'
- 'ci / test (12, gcf-utils) (pull_request)'
- 'ci / test (12, generate-bot) (pull_request)'
- 'ci / test (12, header-checker-lint) (pull_request)'
- 'ci / test (12, label-sync) (pull_request)'
- 'ci / test (12, merge-on-green) (pull_request)'
- 'ci / test (12, monitoring-system/data-processor) (pull_request)'
- 'ci / test (12, release-please) (pull_request)'
- 'ci / test (12, slo-stat-bot) (pull_request)'
- 'ci / test (12, snippet-bot) (pull_request)'
- 'ci / test (12, sync-repo-settings) (pull_request)'
- 'ci / test (12, trusted-contribution) (pull_request)'
- 'ci / test (10, auto-label) (pull_request)'
- 'ci / test (10, blunderbuss) (pull_request)'
- 'ci / test (10, buildcop) (pull_request)'
- 'ci / test (10, conventional-commit-lint) (pull_request)'
- 'ci / test (10, failurechecker) (pull_request)'
- 'ci / test (10, gcf-utils) (pull_request)'
- 'ci / test (10, generate-bot) (pull_request)'
- 'ci / test (10, header-checker-lint) (pull_request)'
- 'ci / test (10, label-sync) (pull_request)'
- 'ci / test (10, merge-on-green) (pull_request)'
- 'ci / test (10, monitoring-system/data-processor) (pull_request)'
- 'ci / test (10, release-please) (pull_request)'
- 'ci / test (10, slo-stat-bot) (pull_request)'
- 'ci / test (10, snippet-bot) (pull_request)'
- 'ci / test (10, sync-repo-settings) (pull_request)'
- 'ci / test (10, trusted-contribution) (pull_request)'
- 'ci / Go tests (packages/buildcop) (pull_request)'
- 'ci / Go tests (serverless-scheduler-proxy) (pull_request)'
- 'ci / Bash tests (scripts) (pull_request)'
- 'test (12, auto-label)'
- 'test (12, blunderbuss)'
- 'test (12, buildcop)'
- 'test (12, conventional-commit-lint)'
- 'test (12, failurechecker)'
- 'test (12, gcf-utils)'
- 'test (12, generate-bot)'
- 'test (12, header-checker-lint)'
- 'test (12, label-sync)'
- 'test (12, merge-on-green)'
- 'test (12, monitoring-system/data-processor)'
- 'test (12, release-please)'
- 'test (12, slo-stat-bot)'
- 'test (12, snippet-bot)'
- 'test (12, sync-repo-settings)'
- 'test (12, trusted-contribution)'
- 'test (10, auto-label)'
- 'test (10, blunderbuss)'
- 'test (10, buildcop)'
- 'test (10, conventional-commit-lint)'
- 'test (10, failurechecker)'
- 'test (10, gcf-utils)'
- 'test (10, generate-bot)'
- 'test (10, header-checker-lint)'
- 'test (10, label-sync)'
- 'test (10, merge-on-green)'
- 'test (10, monitoring-system/data-processor)'
- 'test (10, release-please)'
- 'test (10, slo-stat-bot)'
- 'test (10, snippet-bot)'
- 'test (10, sync-repo-settings)'
- 'test (10, trusted-contribution)'
- 'Go tests (packages/buildcop)'
- 'Go tests (serverless-scheduler-proxy)'
- 'Bash tests (scripts)'
- 'cla/google'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
Expand Down

0 comments on commit 08c6841

Please sign in to comment.