Skip to content

Commit ed8079c

Browse files
authored
build: sdd srs yaml file (#1419)
* build: add sync-repo-settings and change branch protection
1 parent 2800f5a commit ed8079c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
branchProtectionRules:
2+
- pattern: main
3+
isAdminEnforced: true
4+
requiredApprovingReviewCount: 1
5+
requiresCodeOwnerReviews: true
6+
requiresStrictStatusChecks: false
7+
requiredStatusCheckContexts:
8+
- "ci/kokoro: Samples test"
9+
- "ci/kokoro: System test"
10+
- docs
11+
- lint
12+
- test ({{metadata['engine'] | int}})
13+
- test ({{metadata['engine'] | int+2}})
14+
- test ({{metadata['engine'] | int+4}})
15+
- cla/google
16+
- windows
17+
- OwlBot Post Processor

0 commit comments

Comments
 (0)