Provide a way to specify a default format for when merging pull requests #27467
-
|
It would be good to be able to specify a format when merging pull requests.
It would be good to be able to configure this. For example in our project we'd like this:
We do that manually and it's cumbersome. Thanks for your consideration! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
For me the default Github merge commit titles provide little useful information. For example: In my experience branch names are often not very descriptive. They're often heavily abbreviated. Sometimes you also get pull requests from master branch. Sometimes you start a branch with one idea, and then during development you diverge from it, so that in the end the change has not much to do with the original branch name, but you stick with the original name out of laziness. At the same time pull request titles usually describe very well what the change is about. And even when the PR title is bad, it's easy to change it through Github web UI, unlike branch names. |
Beta Was this translation helpful? Give feedback.
-
|
This is partially solved by the features introduced in August to control the default commit message format for merge commit and squash merges: https://github.blog/changelog/2022-08-23-new-options-for-controlling-the-default-commit-message-when-merging-a-pull-request/ |
Beta Was this translation helpful? Give feedback.
This is partially solved by the features introduced in August to control the default commit message format for merge commit and squash merges: https://github.blog/changelog/2022-08-23-new-options-for-controlling-the-default-commit-message-when-merging-a-pull-request/