This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch tisonkun-patch-1 in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
commit 84028ba55690e547a3ffd97ea6912c48804a7e0a Author: tison <[email protected]> AuthorDate: Wed Aug 16 00:37:15 2023 +0800 chore: allow rebase and merge For https://github.com/apache/pulsar-client-go/pull/1079. We can toggle the config once that PR gets merged. --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 246ec81..ddaa0df 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,7 +40,7 @@ github: # disable merge button: merge: false # disable rebase button: - rebase: false + rebase: true notifications:
