You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR Merger is failing in cases where every PR is making a change in the same file, e.g. changelog, Gemfile or components export (that's our case in React repo).
It'd be great if it tries to solve those, probably addition-only conflicts, and therefore merge even branches with conflicting files
PR Merger is failing in cases where every PR is making a change in the same file, e.g. changelog, Gemfile or components export (that's our case in React repo).
It'd be great if it tries to solve those, probably addition-only conflicts, and therefore merge even branches with conflicting files
Possibly a union merge could be used for this.
The text was updated successfully, but these errors were encountered: