From 91554a46db54de1c76bf03c9cb0379fa05a8f45b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 24 Sep 2025 14:10:42 +0100 Subject: [PATCH] protect 1.3.x branch (#2264) --- .asf.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index d7bdaea3e8..9a973cb331 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -84,6 +84,18 @@ github: dismiss_stale_reviews: false require_code_owner_reviews: false required_approving_review_count: 1 + 1.3.x: + required_status_checks: + # strict means "Require branches to be up to date before merging". + strict: false + # contexts are the names of checks that must pass + contexts: + - Code is formatted + - Check headers + required_pull_request_reviews: + dismiss_stale_reviews: false + require_code_owner_reviews: false + required_approving_review_count: 1 notifications: commits: commits@pekko.apache.org