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

potiuk 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 9d5f569a645 Enable auto-merge feature (experimental) (#49746)
9d5f569a645 is described below

commit 9d5f569a645f4d492d74ee9b537422220df22d7a
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Apr 26 11:33:11 2025 +0200

    Enable auto-merge feature (experimental) (#49746)
---
 .asf.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 59dfd3c401a..b916587abab 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -62,8 +62,19 @@ github:
     merge: false
     rebase: false
 
+  pull_request:
+    # allow auto-mergeto
+    allow_auto_merge: true
+    # enable updating head branches of pull requests
+    allow_update_branch: true
+    # auto-delete head branches after being merged
+    del_branch_on_merge: true
+
   protected_branches:
     main:
+      required_status_checks:
+        contexts:
+          - "Tests/Finalize tests"
       required_pull_request_reviews:
         required_approving_review_count: 1
       required_linear_history: true
@@ -134,6 +145,11 @@ github:
       required_linear_history: true
       required_conversation_resolution: true
       required_signatures: false
+    v3-0-test:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
+      required_linear_history: true
+      required_signatures: false
     v3-0-stable:
       required_pull_request_reviews:
         required_approving_review_count: 1

Reply via email to