Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

On auto merge, merge commit overwrites change titles #61

Open
shusak opened this issue Mar 22, 2019 · 0 comments
Open

On auto merge, merge commit overwrites change titles #61

shusak opened this issue Mar 22, 2019 · 0 comments

Comments

@shusak
Copy link

shusak commented Mar 22, 2019

When I have the merge config set to merge the PR on all approvals, the merge that results overwrites the PR's change title such that if I have tags in my PR title that are needed by my CI/CD process, then those tags are lost.

We use tagging in the PR title to signify additional things the build should do for that PR -> like increment version numbers, tagging, issue resolution, etc.

Checks-out breaks this functionality when merge is set to enabled.

so either checks-out should append to that or provide an option to not do that.

Example:

My PR Title:
[MAJOR] This adds breaking functionality

Checks-out merges with change title:

Merged by checks-out
Approved by:
<person>

I would expect it to be:

[MAJOR] This adds breaking functionality

Merged by checks-out
Approved by:
<person>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant