From 3f707e445fb7b4d4661326889bbd779c3f676fa7 Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Mon, 11 Jul 2022 13:49:28 -0400 Subject: [PATCH] chore: add native image checks as required (#233) --- java-binary-authorization/.github/sync-repo-settings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java-binary-authorization/.github/sync-repo-settings.yaml b/java-binary-authorization/.github/sync-repo-settings.yaml index dd5626f32d78..0501f63f2835 100644 --- a/java-binary-authorization/.github/sync-repo-settings.yaml +++ b/java-binary-authorization/.github/sync-repo-settings.yaml @@ -16,6 +16,8 @@ branchProtectionRules: - 'Kokoro - Test: Integration' - cla/google - OwlBot Post Processor + - 'Kokoro - Test: Java GraalVM Native Image' + - 'Kokoro - Test: Java 17 GraalVM Native Image' - pattern: java7 isAdminEnforced: true requiredApprovingReviewCount: 1