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

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new fbee610d revrert: allow rebase and merge (#1081)
fbee610d is described below

commit fbee610ddcbf126ec93ee7d78c3077c8a1672351
Author: tison <[email protected]>
AuthorDate: Wed Aug 16 16:18:03 2023 +0800

    revrert: allow rebase and merge (#1081)
    
    Reverts #1080
    
    The repo merge has been done. Regular PRs should go with squash and merge.
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index ddaa0df7..246ec818 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -40,7 +40,7 @@ github:
     # disable merge button:
     merge:   false
     # disable rebase button:
-    rebase:  true
+    rebase:  false
 
 
 notifications:

Reply via email to