Skip to content

Releases: sequelize/pr-auto-update-and-handle-conflicts

2.0.0

12 Apr 11:56
Compare
Choose a tag to compare

This release adds support for updating PRs from forks that allow maintainers to update the PR

It is done via git rather than via GitHub's API, and therefore has a different behavior than updating local branches

Breaking changes

The tokens have changed. PAT was replaced with UPDATE_BRANCH_PAT and UPDATE_FORK_PAT which are used for updating same-repo branches and fork branches respectively.

UPDATE_BRANCH_PAT can be a GitHub App token, but UPDATE_FORK_PAT must be a user PAT.

You can disable updating fork branches by setting update-requires-source to branch

1.0.1

09 Apr 21:46
Compare
Choose a tag to compare

Fix error message [PR <number>] Does not any of the labels (), skipping conflict handling. both executing even though the label list is empty, and missing a few words

1.0.0

09 Apr 16:56
Compare
Choose a tag to compare

Initial Release