waltergalvao/PR reviews
Outputs details about reviews on a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client. Defaults to github provided token. | no | ${{ github.token }} |
| owner | The GitHub repo owner. Defaults to github current repo owner. | no | ${{ github.repository_owner }} |
| repo | The GitHub repo name. Defaults to github current repo name. | no | ${{ github.event.repository.name }} |
| pull_number | The GitHub pull request number. Defaults to github current pull request number. | no | ${{ github.event.pull_request.number }} |
| codeowners | A string containing the codeowner names | yes | — |
Outputs
| name | description |
|---|---|
| approval_count | Total amount of approvals |
| co_approval_count | Total amount of code-owner approvals |
| non_co_approval_count | Total amount of non-code-owner approvals |
| changes_requested_count | Total amount of changes requested |