waltergalvao/PR reviews

Outputs details about reviews on a PR

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.pull_request.number }}
codeownersA string containing the codeowner namesyes
namedescription
approval_countTotal amount of approvals
co_approval_countTotal amount of code-owner approvals
non_co_approval_countTotal amount of non-code-owner approvals
changes_requested_countTotal amount of changes requested