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

sjaranowski pushed a commit to branch disable-marge
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit 62aa62ef84313eb842dcc3dc2ce7dabbab97ae6c
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Fri Sep 2 12:25:23 2022 +0200

    Disable merge button on GitHub
---
 .asf.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index d34786780..658ccc8c8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -5,4 +5,8 @@ github:
   labels:
     - java
     - build-management
-    - maven
\ No newline at end of file
+    - maven
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: true

Reply via email to