Skip to content

Releases: github/combine-prs

v3.0.0

28 Mar 13:34
558e62d
Compare
Choose a tag to compare

v3.0.0

This release adds new features in a semi breaking way and the changes should be reviewed and tested by anyone upgrading to this release.

New Features

  • min_combine_number input option - Chose the minimum number of matching PRs required to create a "combined PR" with this Action
  • select_label input option - Only combine PRs that have the select_label applied to them

What's Changed

New Contributors

Huge thanks to @benCoomes and @gedwards1 who helped with this release! 🎉

Full Changelog: v2.1.0...v3.0.0

v2.1.0

20 Mar 17:07
0c491f1
Compare
Choose a tag to compare

v2.1.0

This release adds the ability for this action to re-open closed "combine-pr" PRs if the PR and branch already exists

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

15 Mar 14:35
1defd8b
Compare
Choose a tag to compare

What's Changed

  • if the combined pr already exists, just update it by @GrantBirki in #9

Full Changelog: v2.0.2...v2.0.3

v2.0.2

15 Mar 12:27
d96a909
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

15 Mar 11:13
bcbde3d
Compare
Choose a tag to compare

v2.0.1

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

06 Feb 11:36
34d9bc7
Compare
Choose a tag to compare

What's Changed

This release adds two new input options to this Action:

  • branch_regex - Gives more control over matching branches rather than just using a prefix
  • review_required - Rather than only matching on CI checks, you can now optionally only combine PRs that also have required approvals

This release also fixes a few bugs and adds a 100% coverage test suite


Full Changelog: v1.0.1...v2.0.0

v1.0.1

01 Feb 17:22
68bb5c6
Compare
Choose a tag to compare

v1.0.1

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Jan 19:10
95a5456
Compare
Choose a tag to compare

v1.0.0

First official release

Full Changelog: v0.0.1...v1.0.0

v0.0.1

26 Jan 18:40
bda790b
Compare
Choose a tag to compare