ryuta1346/PR Review Reminder
Send PR review reminders to Slack based on labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| label_channel_map | JSON configuration for mapping PR labels to Slack channels. Example: { "default_channel_id": "C012345678", "rules": [ { "labels_any": ["frontend", "ui"], "channel_id": "C_FRONTEND" }, { "labels_any": ["backend", "api"], "channel_id": "C_BACKEND" } ] } | yes | — |
| slack_user_map | JSON mapping from GitHub usernames to Slack user IDs. Example: { "octocat": "U012ABCDEF" } | no | {} |
| slack_bot_token | Slack Bot OAuth Token (xoxb-...) | yes | — |
| dry_run | If "true", log messages instead of posting to Slack | no | false |
Outputs
no outputs