Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 875 Bytes

Readme.md

File metadata and controls

26 lines (16 loc) · 875 Bytes

pull-reminder

Posts a Slack reminder with a list of open pull requests for an organization.

pull-reminder

Usage


pull-reminder is configured using environment variables:

Required

  • SLACK_API_TOKEN: A legacy user token
  • GITHUB_API_TOKEN: These can be generated from your personal settings
  • ORGANIZATION: The GitHub organization you want pull request reminders for.

Optional

  • 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.

Deployment

This is deployed via Heroku automatically from the master branch.