You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by ji...@apache.org on 2022/03/31 01:31:18 UTC

[incubator-pegasus] branch master updated: fix: enable rebase master when pull request (#938)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c0dfab2  fix: enable rebase master when pull request (#938)
c0dfab2 is described below

commit c0dfab2e4c6b95a7e94ba6354b0f0c089b496de1
Author: Jiashuo <js...@live.com>
AuthorDate: Thu Mar 31 09:31:13 2022 +0800

    fix: enable rebase master when pull request (#938)
---
 .asf.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yml b/.asf.yml
index 2c624d7..ef3b86d 100644
--- a/.asf.yml
+++ b/.asf.yml
@@ -37,8 +37,8 @@ github:
     squash:  true
     # disable merge button:
     merge:   false
-    # disable rebase button:
-    rebase:  false
+    # enable rebase button:
+    rebase:  true
 
 notifications:
   commits: commits@pegasus.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org