Skip to content

Commit 18bc448

Browse files
authored
chore: mark native image checks as required (#697)
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://github.com/googleapis/java-os-login/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://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent 5278246 commit 18bc448

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java-os-login/.github/sync-repo-settings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ branchProtectionRules:
1616
- 'Kokoro - Test: Integration'
1717
- cla/google
1818
- OwlBot Post Processor
19+
- 'Kokoro - Test: Java GraalVM Native Image'
20+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
1921
- pattern: java7
2022
isAdminEnforced: true
2123
requiredApprovingReviewCount: 1

0 commit comments

Comments
 (0)