You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sn...@apache.org on 2023/11/27 18:22:50 UTC

(pinot) branch master updated: Disable rebase/merge merge buttons (#12051)

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

snlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 97f8f5f6cb Disable rebase/merge merge buttons (#12051)
97f8f5f6cb is described below

commit 97f8f5f6cba4da2a91202c94d707e2e97b111827
Author: Seunghyun Lee <se...@startree.ai>
AuthorDate: Mon Nov 27 10:22:43 2023 -0800

    Disable rebase/merge merge buttons (#12051)
    
    - This PR will only allow squash as an option to merge PR
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 2f645d8c99..f009fb93d7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,8 +17,15 @@
 # under the License.
 #
 
+# Please refer https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
 github:
   description: "Apache Pinot - A realtime distributed OLAP datastore"
   homepage: https://pinot.apache.org/
   labels:
     - java
+  del_branch_on_merge: true
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false


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