From 46114b25688321767fa83a68007407ad82a4842a Mon Sep 17 00:00:00 2001 From: "Francois G." Date: Thu, 8 Jan 2026 17:18:56 +0100 Subject: [PATCH] chore: github settings to only enable squash commits --- .asf.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000000000..23d562a4e --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,7 @@ +# Documentation/specs available here: https://github.com/apache/infrastructure-asfyaml +github: + enabled_merge_buttons: + squash: true + squash_commit_message: PR_TITLE + merge: false + rebase: false \ No newline at end of file