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

maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 1498a8a052 Revert "Enable rebase button in .asf.yaml (#13434)" (#13449)
1498a8a052 is described below

commit 1498a8a052a6971506f58b7d2ed7e97000bea9a8
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Wed Jul 29 15:49:19 2026 -0600

    Revert "Enable rebase button in .asf.yaml (#13434)" (#13449)
    
    This reverts commit ccf324bc56c56cc8c02b1addebefd1c873848acf.
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index edb2cc74fe..552b11bc0e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,8 +27,8 @@ github:
   enabled_merge_buttons:
     # Enable squash button:
     squash: true
-    # Enable rebase button:
-    rebase: true
+    # Disable rebase button:
+    rebase: false
     # Disable merge commit button:
     merge: false
   collaborators:

Reply via email to