summaryrefslogtreecommitdiff
path: root/.forgejo
Commit message (Collapse)AuthorAge
* Use pull request bodies as merge commit bodies.Owen Jacobson2025-05-27
For a merge with a single incoming commit, this will generally be redundant - the default pull request subject and body are drawn from the commit itself, so they'll get repeated in the merge commit. However, for a pull request with multiple commits, the pull request title and body are likely a better merge commit message than the default offered by Codeberg. I've been doing basically this for manual merges regardless. Further reading: <https://forgejo.org/docs/latest/user/merge-message-templates/>