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

vaughn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/master by this push:
     new 8869c9ea4 chore: enable rebase merge (#2003)
8869c9ea4 is described below

commit 8869c9ea4aebd800d46ad95d04f268995f55dec6
Author: imbajin <[email protected]>
AuthorDate: Wed Nov 9 14:56:20 2022 +0800

    chore: enable rebase merge (#2003)
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index e1dde177d..be8f953ae 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,7 +29,7 @@ github:
   #labels:
   enabled_merge_buttons:
     merge:  false
-    rebase: false
+    rebase: true
     squash: true
   protected_branches:
     master:
@@ -52,5 +52,5 @@ notifications:
   # before use the config, we should ensure the "mail" address has set well 
(exist)
   #pullrequests_comment: [email protected]
   #issues: [email protected]
-  #discussions:  [email protected]
+  #discussions: [email protected]
   

Reply via email to