From 22f12f6f7d4474832bbef7bbb525748fac304345 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 13 Dec 2022 22:47:15 +0100 Subject: [PATCH] Disable merge button and add jira autolink --- .asf.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 60b05efb..8c718460 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -24,3 +24,9 @@ github: - maven-plugins - maven-invoker-plugin - maven + enabled_merge_buttons: + squash: true + merge: false + rebase: true + autolink_jira: + - MINVOKER \ No newline at end of file