You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2021/06/29 16:27:19 UTC

[geode] branch nabarunnag-enable-rebase-squash created (now 5828011)

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

nnag pushed a change to branch nabarunnag-enable-rebase-squash
in repository https://gitbox.apache.org/repos/asf/geode.git.


      at 5828011  Enabling only rebase and squash buttons

This branch includes the following new commits:

     new 5828011  Enabling only rebase and squash buttons

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[geode] 01/01: Enabling only rebase and squash buttons

Posted by nn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nnag pushed a commit to branch nabarunnag-enable-rebase-squash
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 582801148db3d6b2029c8b6c28f5ed209fb14c97
Author: Nabarun Nag <na...@users.noreply.github.com>
AuthorDate: Tue Jun 29 09:25:59 2021 -0700

    Enabling only rebase and squash buttons
    
                - The merge button is disabled in the PRs
---
 .asf.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 6ac628c..cf162a6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -48,6 +48,14 @@ github:
         required_approving_review_count: 1
 
       required_signatures: false
+  
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # disable merge button:
+    merge:   false
+    # enable rebase button:
+    rebase:  true    
 
 notifications:
     commits: commits@geode.apache.org