From 041053fcc62b6e080b104d11424356828cd8a768 Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Mon, 11 Jul 2022 16:47:40 -0400 Subject: [PATCH] chore: mark native image checks as required (#801) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: add native image checks as required * Update sync-repo-settings.yaml removing clirr checks * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com> Co-authored-by: Owl Bot --- java-talent/.github/sync-repo-settings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java-talent/.github/sync-repo-settings.yaml b/java-talent/.github/sync-repo-settings.yaml index dd5626f32d78..0501f63f2835 100644 --- a/java-talent/.github/sync-repo-settings.yaml +++ b/java-talent/.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