Skip to content

Releases: github/combine-prs

v5.0.0

22 Nov 20:11
a1b4412
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v5.0.0

v4.1.0

01 Nov 16:49
efd7cd6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

13 Sep 17:34
3dcd81a
Compare
Choose a tag to compare

What's Changed

A new major release of this Action 🚀

This release doesn't really contain breaking changes, but I published it as a major release just to be safe. A new Closes keyword is now added to the PR and points to all the related PRs that will be closed when the combined PR merges (docs). For the majority of users, this will be a great enhancement for productivity but it is possible that this change breaks some users workflows (unlikely but possible).

Enjoy!

New Contributors

Full Changelog: v3.1.2...v4.0.0

v3.1.2

07 Aug 21:57
e2dee3c
Compare
Choose a tag to compare

v3.1.2

This release updates internal node dependencies used within the Action

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

11 Apr 22:33
8e631fc
Compare
Choose a tag to compare

v3.1.1

Updating npm packages

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

03 Apr 11:43
224d76f
Compare
Choose a tag to compare

v3.1.0

This release adds a new feature to the combine-prs Action that allows labels to be applied to the resulting PR that is created at the end of a successful workflow run

New Labels Input Option

labels - A comma separated list of labels to add to the combined PR - Example: dependencies,combined-pr,etc

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.1

02 Apr 10:39
b4adb8c
Compare
Choose a tag to compare

v3.0.1

This release fixes a small bug where the Action would exit without clear logs as to why when the repository does not allow Actions to create pull requests. It also improves documentation around minimum workflow permissions for this Action to run

What's Changed

Full Changelog: v3.0.0...v3.0.1

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