Skip to content

Commit bec36b7

Browse files
authored
chore: add feat/breaking-preview branch protection (#1905)
1 parent 95b9aef commit bec36b7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/sync-repo-settings.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,22 @@ branchProtectionRules:
9797
- OwlBot Post Processor
9898
- 'Kokoro - Test: Java GraalVM Native Image'
9999
- 'Kokoro - Test: Java 17 GraalVM Native Image'
100+
- pattern: feat/breaking-preview
101+
isAdminEnforced: true
102+
requiredApprovingReviewCount: 1
103+
requiresCodeOwnerReviews: true
104+
requiresStrictStatusChecks: false
105+
requiredStatusCheckContexts:
106+
- dependencies (8)
107+
- dependencies (11)
108+
- lint
109+
- clirr
110+
- units (8)
111+
- units (11)
112+
- 'Kokoro - Test: Integration'
113+
- cla/google
114+
- 'Kokoro - Test: Java GraalVM Native Image'
115+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
100116
permissionRules:
101117
- team: yoshi-admins
102118
permission: admin

0 commit comments

Comments
 (0)