Skip to content

Commit

Permalink
build: sdd srs yaml file (#1419)
Browse files Browse the repository at this point in the history
* build: add sync-repo-settings and change branch protection
  • Loading branch information
sofisl authored Apr 14, 2022
1 parent 2800f5a commit ed8079c
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
branchProtectionRules:
- pattern: main
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- "ci/kokoro: Samples test"
- "ci/kokoro: System test"
- docs
- lint
- test ({{metadata['engine'] | int}})
- test ({{metadata['engine'] | int+2}})
- test ({{metadata['engine'] | int+4}})
- cla/google
- windows
- OwlBot Post Processor

0 comments on commit ed8079c

Please sign in to comment.