From 5d1de74e0eba198d3ed74c5617418fc4f2df9209 Mon Sep 17 00:00:00 2001 From: kolea2 <45548808+kolea2@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:59:30 -0400 Subject: [PATCH] chore: make conformance tests a required check --- .github/sync-repo-settings.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 1a817c0eb0..6e4ee28b50 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -19,6 +19,7 @@ branchProtectionRules: - 'Kokoro - Test: Java GraalVM Native Image' - 'Kokoro - Test: Java 17 GraalVM Native Image' - javadoc + - conformance - pattern: 1.22.0-sp isAdminEnforced: true requiredApprovingReviewCount: 1