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

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

License

Notifications You must be signed in to change notification settings

piratestudios/pull-reminder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Shell 7.8%