From 9832582bc5eb329b3eba3ba41b9664b95745ef44 Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Tue, 19 Nov 2024 15:11:37 -0500 Subject: [PATCH] chore: make library generation required --- .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 9694b0e91..7c6b68dea 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -16,6 +16,7 @@ branchProtectionRules: - 'Kokoro - Test: Integration' - cla/google - javadoc + - library_generation - pattern: java7 isAdminEnforced: true requiredApprovingReviewCount: 1