Releases: adRise/update-pr-branch
Releases · adRise/update-pr-branch
v0.9.1
What's Changed
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Add the
allow_ongoing_checks
option to enable updates to PRs with ongoing checks when the action is triggered. - Bump micromatch from 4.0.6 to 4.0.8 by @dependabot in #36
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
bugfix + security patches
Merge pull request #28 from adRise/jest_upgrade upgrade jest + bump version + rebuild build/dest.js
v0.7.1
What's Changed
- Bump minimist from 1.2.5 to 1.2.8 by @dependabot in #21
- add missing input config for
require_auto_merge_enabled
. Thanks @mariushusevaag for reporting the issue
Full Changelog: v0.7.0...v0.7.1
new option to allow this action to be used on PRs without auto-merge enabled
add a require_auto_merge_enabled
which enable users to utilize this action on PRs that don't have auto-merge enabled.
Thanks rmariano for the contribution
v0.6.0
add sort
and sort direction
support. sort
could be either created, updated, popularity (comment count) or long-running (age, filtering by pulls updated in the last month).
v0.5.1
- bugfix: "the action skips PRs that is used to have
request-for-change
review/reviews". Thanks @nafur
v0.5.0
- Add
require_passed_checks
input to control if should skip checks step. thanks @alejandrohdezma