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

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


The following commit(s) were added to refs/heads/master by this push:
     new 878c7602e ZOOKEEPER-4705. Limit merge buttons to squash (#2011)
878c7602e is described below

commit 878c7602ec65da49a4fa464cda2f8d7409f89909
Author: Andor Molnár <[email protected]>
AuthorDate: Fri Jun 16 21:37:48 2023 +0200

    ZOOKEEPER-4705. Limit merge buttons to squash (#2011)
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index a050c4d88..90b1339d2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,6 +41,10 @@ github:
     wiki: false
     issues: false
     projects: false
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  false
 
 notifications:
   jira_options: link label worklog

Reply via email to