You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by va...@apache.org on 2022/11/10 11:36:23 UTC

[incubator-hugegraph-toolchain] branch master updated: chore: enable rebase for co-working pr (#365)

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-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new 30f6e68a chore: enable rebase for co-working pr (#365)
30f6e68a is described below

commit 30f6e68a67227ae985356132e5856982ee35e9c0
Author: imbajin <ji...@apache.org>
AuthorDate: Thu Nov 10 19:36:15 2022 +0800

    chore: enable rebase for co-working pr (#365)
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 7be9658d..bb886b47 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,11 +32,11 @@ github:
     - graph
     - client
     - tool
-    
+  # enable rebase for co-working pr
   enabled_merge_buttons:
     merge:  false
-    rebase: false
     squash: true
+    rebase: true
   protected_branches:
     master:
       required_status_checks: