Skip to content

Commit 39839ca

Browse files
authored
chore: update sync-repo-settings.yaml (#1417)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-datastore/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent f5a2f04 commit 39839ca

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/sync-repo-settings.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,23 @@ branchProtectionRules:
162162
- 'Kokoro - Test: Java GraalVM Native Image'
163163
- 'Kokoro - Test: Java 17 GraalVM Native Image'
164164
- javadoc
165+
- pattern: grpc-experimental
166+
isAdminEnforced: true
167+
requiredApprovingReviewCount: 1
168+
requiresCodeOwnerReviews: true
169+
requiresStrictStatusChecks: false
170+
requiredStatusCheckContexts:
171+
- dependencies (17)
172+
- lint
173+
- clirr
174+
- units (8)
175+
- units (11)
176+
- 'Kokoro - Test: Integration'
177+
- cla/google
178+
- OwlBot Post Processor
179+
- 'Kokoro - Test: Java GraalVM Native Image'
180+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
181+
- javadoc
165182
permissionRules:
166183
- team: yoshi-admins
167184
permission: admin

0 commit comments

Comments
 (0)