chriscarini/GitHub Pull Request Reminder
Provide reminders to reviewers of PRs in a smart fashion.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| smartPrReminders | If "true", the action will remind reviewers at a smart point. | no | true |
| prSizeLabel | If "true", the action will add a label of the PR size (at PR open) to the PR. | no | true |
| prStatsSummary | If "true", the action will add a comment upon closing of the PR with some PR stats. | no | true |
| GITHUB_TOKEN | Default to {{ github.token }}. This is the default GitHub token available to actions and is used to run the action and to post the comments on PRs. The default token permissions (https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#permissions) work fine. | no | ${{ github.token }} |
| SLACK_WEBHOOK | A webhook URL for posting updates to Slack. | no | — |
Outputs
no outputs