lee-lott-actions/Set Pull Request Review Status

A GitHub Action to update the review status of a Pull Request using the GitHub REST API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pr-numberThe number of the pull request whose review status is to be updatedyes
repo-nameThe name of the repositoryyes
org-nameThe name of the GitHub organizationyes
pr-statusThe type of review event to submit. Allowed values: - APPROVE: Approve the PR - REQUEST_CHANGES: Request changes on the PR - COMMENT: Leave a PR review comment yes
pr-messageMessage to include in the review.yes
tokenGitHub token with access to pull requestsyes
namedescription
resultResult of the attempt to update the Pull Request Status ("success" or "failure")
error-messageError message if the Pull Request Status update fails