Releases: github/combine-prs
v3.0.0
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 Actionselect_label
input option - Only combine PRs that have theselect_label
applied to them
What's Changed
- Add
select_label
option by @benCoomes in #12 - Only combine PRs if more than one exists by @gedwards1 in #13
- Repo Updates by @GrantBirki in #15
- Fix select label override by @benCoomes in #14
New Contributors
- @benCoomes made their first contribution in #12
- @gedwards1 made their first contribution in #13
Huge thanks to @benCoomes and @gedwards1 who helped with this release! 🎉
Full Changelog: v2.1.0...v3.0.0
v2.1.0
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
- Re-Open Closed PRs by @GrantBirki in #10
Full Changelog: v2.0.3...v2.1.0
v2.0.3
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
What's Changed
- General updates by @GrantBirki in #7
- PR Enhancements by @GrantBirki in #8
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.1
What's Changed
- Branch Already Exists - Error Handling by @GrantBirki in #6
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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 prefixreview_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
- Test Suite by @GrantBirki in #2
- Required Reviewers Option by @GrantBirki in #3
- Branch Regex Feature by @GrantBirki in #4
Full Changelog: v1.0.1...v2.0.0
v1.0.1
v1.0.1
What's Changed
- Don't fail when no matching critera by @GrantBirki in #1
New Contributors
- @GrantBirki made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v0.0.1
v0.0.1
Initial release for testing
Full Changelog: https://github.com/github/combine-prs/commits/v0.0.1