Skip to content

Releases: adRise/update-pr-branch

v0.9.1

01 Sep 17:29
3576c22
Compare
Choose a tag to compare

What's Changed

  • bugfix: forgot to run "yarn build" for the latest release by @zhiyelee in #37

Full Changelog: v0.9.0...v0.9.1

v0.9.0

28 Aug 20:48
f6b9193
Compare
Choose a tag to compare

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

29 May 03:54
5d27394
Compare
Choose a tag to compare

What's Changed

  • fix: use octokit.rest interface for github by @erikburt in #32

Full Changelog: v0.8.0...v0.8.1

v0.8.0

27 May 09:11
d1dd938
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.8.0

bugfix + security patches

22 Feb 00:27
1dc4248
Compare
Choose a tag to compare
Merge pull request #28 from adRise/jest_upgrade

upgrade jest + bump version + rebuild build/dest.js

v0.7.1

18 Feb 02:00
bf25036
Compare
Choose a tag to compare

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

21 Sep 15:56
cd305ec
Compare
Choose a tag to compare

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

24 Dec 22:29
437fab6
Compare
Choose a tag to compare

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

08 Apr 19:22
612ec49
Compare
Choose a tag to compare
  • bugfix: "the action skips PRs that is used to have request-for-change review/reviews". Thanks @nafur

v0.5.0

06 Apr 22:21
83c61e2
Compare
Choose a tag to compare
  • Add require_passed_checks input to control if should skip checks step. thanks @alejandrohdezma