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 d73cf92a649 Fix `.asf.yaml` (#49813)
d73cf92a649 is described below

commit d73cf92a649b76f79e0d0a563ac09171adcede4b
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Apr 26 15:38:18 2025 +0530

    Fix `.asf.yaml` (#49813)
    
    From https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
    ```
    github:
      pull_requests:
        # allow auto-merge
        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
    ```
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 10e8d75e5aa..4a4c261d09d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -62,8 +62,8 @@ github:
     merge: false
     rebase: false
 
-  pull_request:
-    # allow auto-mergeto
+  pull_requests:
+    # allow auto-merge
     allow_auto_merge: true
     # auto-delete head branches after being merged
     del_branch_on_merge: true

Reply via email to