-
Notifications
You must be signed in to change notification settings - Fork 3.6k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
merge=union #56
Comments
Works great on local git, but Github shows merge conflicts. Apparently github's merge tools don't support this. I hope I am wrong... |
Stumbled on this a few days ago. It seems like GitHub does not allow this but GitLab might work better (TL:DR). |
yes, in gitlab it works now: isaacs/github#487 (comment) |
Is there any update for a workaround with GitHub? Even with the .gitattributes fix we are seeing a huge velocity hit by having to update every PR after a Changelog update has been merged. From GitHub support
|
As a live test of whether Github UI added support |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I read this blog post which talked about how keeping a CHANGELOG can prevent automatically accepting pull-requests, unless you put something like
CHANGELOG.md merge=union
in your.gitattributes
file. Since this website is all about CHANGELOGs, I think it's worth mentioning somewhere in the site that specifyingCHANGELOG.md merge=union
is pretty important 😄The text was updated successfully, but these errors were encountered: