This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit a5faef6029ddd091951d3e15111a5d4b73ff690d Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Jul 17 09:10:40 2024 +0200 Enforce squashing while merging PRs --- .asf.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 1e1ec98..e56770f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -43,6 +43,13 @@ github: del_branch_on_merge: true + # Enforce squashing while merging PRs. + # Otherwise, the git log gets polluted severely. + enabled_merge_buttons: + squash: true + merge: false + rebase: false + features: issues: true
