From 948dad0f44e26f5b4c736b72992c28b8ea940729 Mon Sep 17 00:00:00 2001 From: Rahul Vats Date: Mon, 29 Jun 2026 21:09:51 +0530 Subject: [PATCH] Revert "Disable branch protection on v3-3-stable (#68993)" This reverts commit 74c59481b644dbf153fa6374fe9e15720405b273. --- .asf.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 3994d7a1e35b1..51cf7289e34b6 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -115,11 +115,6 @@ github: - "providers-fab/v*" - "airflow-ctl/v*-stable" - "chart/v*-stable" - excludes: - # Temporarily exclude `v3-3-stable` from branch protection. It is matched by the - # `v*-stable` include above; exclusions take precedence, so this leaves the branch - # unprotected while the other `v*-stable` branches stay protected. - - "v3-3-stable" required_pull_request_reviews: required_approving_review_count: 1 required_linear_history: true