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

ezelkow1 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 ccf324bc56 Enable rebase button in .asf.yaml (#13434)
ccf324bc56 is described below

commit ccf324bc56c56cc8c02b1addebefd1c873848acf
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Mon Jul 27 12:11:22 2026 -0600

    Enable rebase button in .asf.yaml (#13434)
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

Reply via email to