From e2f51277bd11ac39e933052d9ce684b9175877e7 Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:32:38 -0400 Subject: [PATCH] chore: mark native image checks are required (#1473) --- .../gcp/templates/java_library/.github/sync-repo-settings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synthtool/gcp/templates/java_library/.github/sync-repo-settings.yaml b/synthtool/gcp/templates/java_library/.github/sync-repo-settings.yaml index 4ea0953ac..1fe0b6ad9 100644 --- a/synthtool/gcp/templates/java_library/.github/sync-repo-settings.yaml +++ b/synthtool/gcp/templates/java_library/.github/sync-repo-settings.yaml @@ -49,6 +49,8 @@ branchProtectionRules: - "Kokoro - Test: Integration" - "cla/google" - "OwlBot Post Processor" + - "Kokoro - Test: Java GraalVM Native Image" + - "Kokoro - Test: Java 17 GraalVM Native Image" # List of explicit permissions to add (additive only) permissionRules: - team: yoshi-admins