bottlecapdave/BottlecapDave GitHub Pull Request Reminder
Send reminders to a slack channel of open pull requests, regardless of who are assigned to them
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 15, 2026
- License
- MIT
Pinned Snippet
uses: bottlecapdave/github-pull-request-reminder@d4f07d8697465d3e1205db18007804dfc626d6f6 # v1.0.9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-access-token | The access token for the GitHub repository | yes | — |
| github-repos | The GitHub repos the pull requests are for. This should be comma separated. | yes | — |
| include-wip | Determines if work in progress pull requests should be included. | no | true |
| include-draft | Determines if draft pull requests should be included. This is true by default. | no | true |
| mandatory-labels | The labels that pull requests must have assigned to them. All labels must be present. This should be comma separated. | no | — |
| excluded-labels | The labels that pull requests must not have assigned to them. Any label must be present for the pull request to be ignored. This should be comma separated. | no | — |
| slack-webhook-url | The URL of the slack incoming webhook to send the notification to. | yes | — |
| slack-target | The target of the slack message. This is `@here` by default. | no | — |
Outputs
no outputs