Skip to content

Commit

Permalink
build(node): add new jsteam + enforce branches up-to-date (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 7, 2022
1 parent 6398732 commit cd78529
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -3,7 +3,7 @@ branchProtectionRules:
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiresStrictStatusChecks: true
requiredStatusCheckContexts:
- "ci/kokoro: Samples test"
- "ci/kokoro: System test"
Expand All @@ -15,3 +15,10 @@ branchProtectionRules:
- cla/google
- windows
- OwlBot Post Processor
permissionRules:
- team: yoshi-admins
permission: admin
- team: jsteam-admins
permission: admin
- team: jsteam
permission: push

0 comments on commit cd78529

Please sign in to comment.