Releases: hmarr/auto-approve-action
Releases · hmarr/auto-approve-action
v4.0.0
What's Changed
- Upgrade from node 16 to node 20
- Upgrade dependencies and switch from nock to msw for API mocking
Full Changelog: v3.2.1...v4.0.0
v3.2.1
What's Changed
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Don't re-review when new commits are pushed unless prior reviews have been dismissed (resolves #213) in #214
Full Changelog: v3.1.0...v3.2.0
v3.1.0
v3.0.0
What's Changed
Full Changelog: v2.4.0...v3.0.0
v2.4.0
What's Changed
- Default
github-token
togithub.token
by @MichaelDeBoey in #202
New Contributors
- @MichaelDeBoey made their first contribution in #202
Full Changelog: v2.3.0...v2.4.0
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: v2.2.0...v2.2.1
v2.2.0
- Auto approve any pull request with the pull-request-number input by @roryabraham in #186
- Do not approve the same pull request twice by @dolfinus in #191
- Switch to Node 16
Full Changelog: 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.