From 66d99dc995a12807addbffa0a4f6d46b19eeba6a Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Tue, 10 Jun 2025 17:46:20 -0500 Subject: [PATCH] Temp allow merging own PRs This temporarily allows code owners to merge their own PRs as this is needed while the team is out on PTO and we have a release about to take place. --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index e0405c9a..de12fbdd 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -51,7 +51,7 @@ github: required_pull_request_reviews: dismiss_stale_reviews: false - require_code_owner_reviews: true + require_code_owner_reviews: false required_approving_review_count: 1 # squash or rebase must be allowed in the repo for this setting to be set to true.