github-actions-tools/Reviews count

Get pull request reviews count by state kind.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenThe GitHub token used to create an authenticated client. Defaults to github provided token.no${{ github.token }}
ownerThe GitHub repo owner. Defaults to github current repo owner.no${{ github.repository_owner }}
repoThe GitHub repo name. Defaults to github current repo name.no${{ github.event.repository.name }}
pull_numberThe GitHub pull request number. Defaults to github current pull request number.no${{ github.event.issue.number }}
namedescription
approvedChanges proposed in the pull request are approved to merge.
changes_requestedFeedbacks have been submited must be addressed before the pull request can be merged.
commentedGeneral feedbacks without explicitly approving the changes or requesting additional changes.
pendingReviews have been requested which is pending.
dismissedPull request reviews dismissed.