Skip to content

Commit cd78529

Browse files
authored
build(node): add new jsteam + enforce branches up-to-date (#1451)
1 parent 6398732 commit cd78529

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

synthtool/gcp/templates/node_library/.github/sync-repo-settings.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branchProtectionRules:
33
isAdminEnforced: true
44
requiredApprovingReviewCount: 1
55
requiresCodeOwnerReviews: true
6-
requiresStrictStatusChecks: false
6+
requiresStrictStatusChecks: true
77
requiredStatusCheckContexts:
88
- "ci/kokoro: Samples test"
99
- "ci/kokoro: System test"
@@ -15,3 +15,10 @@ branchProtectionRules:
1515
- cla/google
1616
- windows
1717
- OwlBot Post Processor
18+
permissionRules:
19+
- team: yoshi-admins
20+
permission: admin
21+
- team: jsteam-admins
22+
permission: admin
23+
- team: jsteam
24+
permission: push

0 commit comments

Comments
 (0)