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

kaxilnaik 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 3ce9681214d Add v3-2-stable branch protection for Airflow 3.2.0 
release (#65038)
3ce9681214d is described below

commit 3ce9681214de548e14fc1cb736a45fdb0d3d527a
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Apr 11 03:25:34 2026 +0100

    Add v3-2-stable branch protection for Airflow 3.2.0 release (#65038)
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index b8fb1be3203..10947cbc7ff 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -151,6 +151,11 @@ github:
         required_approving_review_count: 1
       required_linear_history: true
       required_signatures: false
+    v3-2-stable:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
+      required_linear_history: true
+      required_signatures: false
     providers-fab/v1-5:
       required_pull_request_reviews:
         required_approving_review_count: 1

Reply via email to