-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow disable pr body as commit message when squash merge #15914
Comments
I think it should repect Lines 573 to 577 in 1da0d15
|
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
Any feedback? |
Set POPULATE_SQUASH_COMMENT_WITH_COMMIT_MESSAGES = true and DEFAULT_MERGE_MESSAGE_SIZE=0 |
OK. so that will only work for gitea v1.15? Any ETA? 🙃 Will gitea v1.14.x ignore setting |
Fixed by #16134 in gitea v1.15 |
@zeripath Can you add this to the v1.15 milestore? |
[x]
):Description
PR #13071 added the pr body to the squash commit message. I like to have an option to disable this behavior.
I'm using renovate to manage my dependencies and always squash my PR's.
The renovate PR descriptions can be very long because of changelogs, so i would like to exclude the content as i can do for commits with:
I would be happy to help to add such an option if it is welcome. 🙃
Screenshots
The text was updated successfully, but these errors were encountered: