Releases: adRise/update-pr-branch
Releases · adRise/update-pr-branch
v0.10.2
What's Changed
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot[bot] in #41
- Bump @octokit/request from 8.4.0 to 8.4.1 by @dependabot[bot] in #42
- Bump undici from 5.28.4 to 5.29.0 by @dependabot[bot] in #43
- feat: apply exponential backoff when mergeable status is unknown by @bafolts in #44
New Contributors
Full Changelog: v0.10...v0.10.2
v0.10.1
What's Changed
- Change the ReadMe to use Github App generated Tokens by @KingBain in #39
- Add optional
included_labelsinput to filter PRs by specified labels by @trinhdvt in #40
New Contributors
Full Changelog: v0.9.1...v0.10.1
v0.9.1
What's Changed
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Add the
allow_ongoing_checksoption 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).