Releases: github/combine-prs
v5.2.0
What's Changed
- Add
assignees
Feature by @marijoo in #59 - Updates and cleanup by @GrantBirki in #60
New Contributors
Full Changelog: v5.1.0...v5.2.0
v5.1.0
What's Changed
- Allow building the combined PR from a fresh base branch by @loganswartz in #48
New Contributors
- @loganswartz made their first contribution in #48
Full Changelog: v5.0.1...v5.1.0
v5.0.1
What's Changed
- fix: update dependencies by @nobe4 in #51
- Bump the npm_and_yarn group with 2 updates by @dependabot in #52
- update all node packages by @GrantBirki in #53
- cleanup unused development dependencies by @GrantBirki in #54
New Contributors
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
- Update Docs by @GrantBirki in #44
- Update Branch Logic by @GrantBirki in #45
- update all node packages by @GrantBirki in #46
Full Changelog: v4.1.0...v5.0.0
v4.1.0
What's Changed
- fix(check-status): add null check for commit status rollup by @capthiron in #41
- Make autoclose optional by @SamirMarin in #37
- Follow-up fixes by @GrantBirki in #42
- Node Updates by @GrantBirki in #43
New Contributors
- @capthiron made their first contribution in #41
- @SamirMarin made their first contribution in #37
Full Changelog: v4.0.0...v4.1.0
v4.0.0
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!
- Node20 by @GrantBirki in #35
- add keyword to auto close combined Pull Requests by @Dariusch in #33
- Closing Fixes by @GrantBirki in #36
New Contributors
Full Changelog: v3.1.2...v4.0.0
v3.1.2
v3.1.2
This release updates internal node dependencies used within the Action
What's Changed
- Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #27
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #26
- node package updates by @GrantBirki in #28
- Dependabot Grouped Version - Notice by @GrantBirki in #29
- Improve CI Workflows by @GrantBirki in #30
New Contributors
- @dependabot made their first contribution in #27
Full Changelog: v3.1.1...v3.1.2
v3.1.1
v3.1.1
Updating npm packages
What's Changed
- node package updates by @GrantBirki in #21
Full Changelog: v3.1.0...v3.1.1
v3.1.0
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
- GitHub App Docs by @GrantBirki in #19
- Add Labels Feature by @GrantBirki in #20
Full Changelog: v3.0.1...v3.1.0
v3.0.1
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
- Handle unexpected status codes by @GrantBirki in #16
- add a link to the GitHub blog post for Actions + PR creation by @GrantBirki in #17
- Update Docs around Actions Settings by @GrantBirki in #18
Full Changelog: v3.0.0...v3.0.1