taopaic/Milestone PR Review Reminder
This GitHub Action sends reminders for pull requests that are not reviewed within a specified time frame, excluding those with a minimum number of approved reviews.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for authentication | yes | ${{ github.token }} |
| slack_webhook_url | Slack webhook URL for sending notifications | — | — |
| min_approved_reviews | Minimum number of approved reviews required for a pull request to be excluded from the report | yes | 1 |
| milestone_property_name | Property name of the milestone to be used in the report | yes | current-milestone |
| milestone | Milestone to be used in the report, if not using the property name | no | "" |
Outputs
| name | description |
|---|---|
| reminder_message | Message with the list of pull requests |