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

jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a6ad227039 Enable rebase button in .asf.yaml of the trunk branch
a6ad227039 is described below

commit a6ad227039e7df3cd6ca5e1c0644d17dbf80f3dd
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Fri Mar 13 12:20:02 2026 +0100

    Enable rebase button in .asf.yaml of the trunk branch
    
    https://issues.apache.org/jira/browse/INFRA-27732
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 2d40fbc6fc..3532c5d318 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,8 +43,8 @@ github:
     # default commit message when merging with a merge commit
     # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_DESC
     merge_commit_message: PR_TITLE_AND_DESC
-    # disable rebase button:
-    rebase:  false
+    # enable rebase button:
+    rebase:  true
 
 notifications:
   jobs:  [email protected]

Reply via email to