You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/09/02 11:29:53 UTC

[maven-integration-testing] branch master updated: Disable merge button on GitHub

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2f415ee8b Disable merge button on GitHub
2f415ee8b is described below

commit 2f415ee8bb6e7c097e9edcd5145d2561fdbdcfae
Author: Slawomir Jaranowski <s....@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