Skip to content

Update PR branches with master before merging

Latest
Compare
Choose a tag to compare
@desbo desbo released this 16 Aug 13:19
· 1 commit to main since this release
ac95802

Includes a change to the merging logic to ensure branches are up to date with the base before merging.

If a PR branch is behind the base at merge time, the action will update the branch instead of merging. This update will trigger a new workflow run, which will eventually retrigger the merge action on what should now be an up-to-date PR branch.