Skip to content

Commit 7d0f503

Browse files
authored
INFRA: Use PR titles for squash commits (#3755)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change Context: apache/iceberg#17467 Configure squash merges to always use the pull request title while preserving the existing commit-message details in the squash commit body. ## Are these changes tested? ## Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 09a4fcb commit 7d0f503

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.asf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ github:
3131
enabled_merge_buttons:
3232
merge: false
3333
squash: true
34+
squash_commit_message: PR_TITLE_AND_COMMIT_DETAILS
3435
rebase: true
3536
protected_branches:
3637
main:

0 commit comments

Comments
 (0)