This is an automated email from the ASF dual-hosted git repository.

ephraimbuddy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new e246e8fb377 Revert "Disable branch protection on v3-3-stable (#68993)" 
(#69131)
e246e8fb377 is described below

commit e246e8fb37740a6a988e41ed79655a05c518d075
Author: Rahul Vats <[email protected]>
AuthorDate: Mon Jun 29 21:58:32 2026 +0530

    Revert "Disable branch protection on v3-3-stable (#68993)" (#69131)
    
    This reverts commit 74c59481b644dbf153fa6374fe9e15720405b273.
---
 .asf.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3994d7a1e35..51cf7289e34 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

Reply via email to