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

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b747e2d9 Update Git config
5b747e2d9 is described below

commit 5b747e2d9183284894affe47aceacb6ee9d6372b
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 20 15:37:51 2026 -0400

    Update Git config
    
    - Match ASF format
    - Add allow_auto_merge: false
    - Add allow_update_branch: true
    - Add del_branch_on_merge: true
---
 .asf.yaml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6d8de6386..c3a682a88 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,13 +29,13 @@ github:
   description: "Apache Commons Lang"
   homepage: https://commons.apache.org/lang/
 
-pull_requests:
-  # allow auto-merge
-  allow_auto_merge: false
-  # enable updating head branches of pull requests
-  allow_update_branch: true
-  # auto-delete head branches after being merged
-  del_branch_on_merge: true
+  pull_requests:
+    # allow auto-merge
+    allow_auto_merge: false
+    # enable updating head branches of pull requests
+    allow_update_branch: true
+    # auto-delete head branches after being merged
+    del_branch_on_merge: true
 
   rulesets:
     - name: "Protect Main Branches"

Reply via email to