This is an automated email from the ASF dual-hosted git repository.
brusdev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new ec077fd688 NO-JIRA enable squash+merge on GitHub
ec077fd688 is described below
commit ec077fd6882a6d5ef9ebb8c8f865dd5c911828d3
Author: Justin Bertram <[email protected]>
AuthorDate: Fri May 30 13:45:02 2025 -0500
NO-JIRA enable squash+merge on GitHub
Currently we usually ask PR authors to squash their commits before we
merge. However, it's possible for GitHub to automate this which would
speed up the merging process and reduce busy-work for PR authors.
Furthermore, incremental commits throughout the review process can be
useful as previous comments are preserved in context and changes are
more clear.
---
.asf.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 3b18c3a65c..9dc629a38b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,8 +38,11 @@ github:
- java
- jms
enabled_merge_buttons:
- # disable squash button:
- squash: false
+ # enable squash button:
+ squash: true
+ # default commit message when merging with a squash commit
+ # can be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS |
PR_TITLE_AND_DESC
+ squash_commit_message: PR_TITLE
# disable merge button:
merge: false
# enable rebase button:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact