Releases: LiamPerson/get-reviews-action
Releases · LiamPerson/get-reviews-action
v1.2
What's Changed
- Fixed only getting the latest 30 reviews by @LiamPerson in #1
New Contributors
- @LiamPerson made their first contribution in #1
Full Changelog: v1.1.2...v1.2
v1.1.2
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
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
What's changed?
- Changed the output name for the reviews file path to
reviews_file_path
(previously it wasreviews_file
which was ambiguous)
Full Changelog: v1.0...v1.1
v1.0
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