actions-marketplace-validations/Reviews count
Get pull request reviews count by state kind.
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.issue.number }} |
Outputs
| name | description |
|---|---|
| approved | Changes proposed in the pull request are approved to merge. |
| changes_requested | Feedbacks have been submited must be addressed before the pull request can be merged. |
| commented | General feedbacks without explicitly approving the changes or requesting additional changes. |
| pending | Reviews have been requested which is pending. |
| dismissed | Pull request reviews dismissed. |