Skip to content

Releases: hmarr/auto-approve-action

v4.0.0

03 Feb 18:43
f0939ea
Compare
Choose a tag to compare

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

15 Mar 21:03
4488819
Compare
Choose a tag to compare

What's Changed

  • Only consider the latest review for a user when deciding whether to re-review by @hmarr in #216

Full Changelog: v3.2.0...v3.2.1

v3.2.0

09 Mar 15:41
0902bf8
Compare
Choose a tag to compare

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

21 Oct 13:28
de8ae18
Compare
Choose a tag to compare

What's Changed

  • Re-review pull requests with outstanding review requests by @vincejv in #210

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

14 Oct 14:41
a2e6f2a
Compare
Choose a tag to compare

What's Changed

  • Update actions runner node install to v16 by @lelia in #205

Full Changelog: v2.4.0...v3.0.0

v2.4.0

20 Aug 14:49
9ae347e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

20 Aug 13:43
2e149c3
Compare
Choose a tag to compare

What's Changed

  • A review message can be specified as an input to the action (by @ghaith96 in #200)

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

04 Apr 22:13
24ec4c8
Compare
Choose a tag to compare
  • 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

02 Apr 14:59
df19ac6
Compare
Choose a tag to compare
  • 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

16 Mar 22:59
5d04a5c
Compare
Choose a tag to compare
  • 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 than pull_request.
  • Update dependencies.
  • Add tests.