Skip to content

Releases: LiamPerson/get-reviews-action

v1.2

17 Jan 02:19
09a06b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2

v1.1.2

13 Feb 07:44
Compare
Choose a tag to compare

What's Changed

  • Added errors for when the fetch fails but reaches the GitHub API. This should catch conditions such as invalid access on your token.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

13 Feb 04:43
Compare
Choose a tag to compare

What's Changed

  • Added permission to action.yml to specify that pull-requests need to be readable from the provided github token.

Full Changelog: v1.1...v1.1.1

v1.1

13 Feb 03:18
Compare
Choose a tag to compare

What's changed?

  • Changed the output name for the reviews file path to reviews_file_path (previously it was reviews_file which was ambiguous)

Full Changelog: v1.0...v1.1

v1.0

13 Feb 02:41
Compare
Choose a tag to compare

First release!

Dumps to a JSON file, all the reviews associated with a specified pull request from the GitHub API.

Full Changelog: https://github.com/LiamPerson/get-reviews-action/commits/v1.0