Skip to content

Auto-resolve changelog merges with union driver#3127

Open
p3dr0rv wants to merge 2 commits into
devfrom
chore/changelog-union-merge-driver
Open

Auto-resolve changelog merges with union driver#3127
p3dr0rv wants to merge 2 commits into
devfrom
chore/changelog-union-merge-driver

Conversation

@p3dr0rv
Copy link
Copy Markdown
Contributor

@p3dr0rv p3dr0rv commented May 21, 2026

Summary

  • Add .gitattributes in common repo
  • Configure changelog.txt with merge=union to auto-resolve append-only changelog conflicts

Validation

  • Verified: git check-attr merge -- changelog.txt => union

@p3dr0rv p3dr0rv requested a review from a team as a code owner May 21, 2026 18:27
Copilot AI review requested due to automatic review settings May 21, 2026 18:27
@p3dr0rv p3dr0rv added the No-Changelog This Pull-Request has no associated changelog entry. label May 21, 2026
@p3dr0rv p3dr0rv changed the title chore: auto-resolve changelog merges with union driver Auto-resolve changelog merges with union driver May 21, 2026
@github-actions
Copy link
Copy Markdown

❌ Work item link check failed. Description does not contain AB#{ID}.

Click here to Learn more.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR configures Git’s merge behavior to automatically resolve conflicts in the repository’s append-only changelog.txt by using the built-in union merge driver, reducing manual conflict resolution during frequent parallel changelog updates.

Changes:

  • Add a root .gitattributes file.
  • Configure changelog.txt to use merge=union so concurrent additions are combined automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

No-Changelog This Pull-Request has no associated changelog entry.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants