From 11c2751f7132386e4056ea27983db4d6545b9690 Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Fri, 13 Dec 2024 08:24:35 -0500 Subject: [PATCH 1/2] fix: Update owlbot.py to exculde sync repo Part of fixing owl bot post processing to make it an optional check --- owlbot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 2513a4a3d..2b75bdf00 100644 --- a/owlbot.py +++ b/owlbot.py @@ -60,7 +60,8 @@ source_location='build/src' ) s.copy(templates,excludes=[ - '.github/auto-approve.yml' + '.github/auto-approve.yml', + '.github/sync-repo-settings.yaml' ]) node.postprocess_gapic_library_hermetic() From c6b424f7f2cf1d9acc5338ed12206c82feecc646 Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Fri, 13 Dec 2024 08:28:53 -0500 Subject: [PATCH 2/2] Update sync-repo-settings.yaml --- .github/sync-repo-settings.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index b46e4c4d6..36ec74f96 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -13,7 +13,6 @@ branchProtectionRules: - test (18) - cla/google - windows - - OwlBot Post Processor permissionRules: - team: yoshi-admins permission: admin