Posts a Slack reminder with a list of open pull requests for an organization.
pull-reminder
is configured using environment variables:
SLACK_API_TOKEN
: A legacy user tokenGITHUB_API_TOKEN
: These can be generated from your personal settingsORGANIZATION
: The GitHub organization you want pull request reminders for.
IGNORE_WORDS
: A comma-separated list of words that will cause a pull request to be ignored.SLACK_CHANNEL
: The Slack channel you want the reminders to be posted in, defaults to #general.
This is deployed via Heroku automatically from the master branch.