joaobrlt/Pull Request Review Status Action
GitHub Action to label pull requests depending on their code review status.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to authenticate with the GitHub API. | yes | — |
| run-mode | The run mode (can be "label" or "report"). | yes | — |
| required-approvals | The required number of approvals to approve a PR. | no | 1 |
| pull-number | The number of the pull request to label. | no | — |
| pending-review-label | The label to use when a PR is pending review. | no | Pending review |
| changes-requested-label | The label to use when a PR needs changes. | no | Changes requested |
| approved-label | The label to use when a PR is approved. | no | Approved |
| slack-token | The Slack API token used to authenticate with the Slack API. | no | — |
| slack-channel | The Slack channel on which to send reports. | no | — |
| stale-days | The number of days after which a pull request should be considered stale. | no | 7 |
Outputs
no outputs