Skip to content

Commit 87b8cec

Browse files
authored
build: configure required checks and team permissions (googleapis#988)
1 parent a37ac6e commit 87b8cec

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/sync-repo-settings.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
branchProtectionRules:
2+
- pattern: main
3+
isAdminEnforced: true
4+
requiredApprovingReviewCount: 1
5+
requiresCodeOwnerReviews: true
6+
requiresStrictStatusChecks: true
7+
requiredStatusCheckContexts:
8+
- build-dist (20)
9+
- test (20)
10+
- cla/google
11+
- windows
12+
permissionRules:
13+
- team: yoshi-admins
14+
permission: admin
15+
- team: jsteam-admins
16+
permission: admin
17+
- team: jsteam
18+
permission: push

0 commit comments

Comments
 (0)