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-help-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 2b920a4 Disable merge button, add jira autolink
2b920a4 is described below
commit 2b920a4a13efe7473b2f7828fb1165e97ba0acf7
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Mar 9 19:10:00 2023 +0100
Disable merge button, add jira autolink
---
.asf.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 347c53d..dd031c4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,3 +24,9 @@ github:
- maven-plugins
- maven-help-plugin
- maven
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: true
+ autolink_jira:
+ - MPH
\ No newline at end of file