Sourced from hmarr/auto-approve-action's releases.
v3.0.0
What's Changed
- Update actions runner node install to v16 by
@lelia
in hmarr/auto-approve-action#205Full Changelog: https://github.com/hmarr/auto-approve-action/compare/v2.4.0...v3.0.0
v2.4.0
What's Changed
- Default
github-token
togithub.token
by@MichaelDeBoey
in hmarr/auto-approve-action#202New Contributors
@MichaelDeBoey
made their first contribution in hmarr/auto-approve-action#202Full Changelog: https://github.com/hmarr/auto-approve-action/compare/v2.3.0...v2.4.0
v2.3.0
What's Changed
- A review message can be specified as an input to the action (by
@ghaith96
in hmarr/auto-approve-action#200)New Contributors
@ghaith96
made their first contribution in hmarr/auto-approve-action#200Full Changelog: https://github.com/hmarr/auto-approve-action/compare/v2.2.1...v2.3.0
v2.2.1
- Switch back to using Node 12, as the Node 16 upgrade in v2.2.0 caused issues for people using self-hosted runners with GHES versions prior to 3.4
Full Changelog: https://github.com/hmarr/auto-approve-action/compare/v2.2.0...v2.2.1
v2.2.0
- Auto approve any pull request with the pull-request-number input by
@roryabraham
in hmarr/auto-approve-action#186- Do not approve the same pull request twice by
@dolfinus
in hmarr/auto-approve-action#191- Switch to Node 16
Full Changelog: https://github.com/hmarr/auto-approve-action/compare/v2.1.0...v2.2.0
v2.1.0
- Better error handling. Several common error cases now result in helpful messages being shown in the Actions logs.
- Improve documentation, and recommend use of the
pull_request_target
event rather thanpull_request
.- Update dependencies.
- Add tests.
da92209
CI badge04b7ed8
Update actions workflowsde8ae18
Bump version to v3.1.0bf86897
Concurrent API requestsb3071e4
fix: Add a check in PR's requested_reviewers
(#210)21ceab1
Reduce mocking duplication in testsa740555
Update version in lockfilea2e6f2a
Update actions runner node install to v16 (#205)0474e12
Start v3 branch