This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 6409b52 Disable merge button
6409b52 is described below
commit 6409b52df77e40548ddd683fdced422c42b5d628
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Apr 9 16:54:07 2023 +0200
Disable merge button
---
.asf.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 75b8144..b1df1d6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,3 +24,7 @@ github:
- maven-plugins
- maven-scripting-plugin
- maven
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: true
\ No newline at end of file