Skip to content

A hubot script to list and remind you about open pull requests

License

Notifications You must be signed in to change notification settings

msabramo/hubot-github-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Github Bot

A hubot script to list and remind you about open pull requests

###Dependencies

  • coffeescript
  • cron
  • octokat
  • moment
  • underscore

###Configuration

  • HUBOT_GITHUB_TOKEN - Github Application Token
  • HUBOT_GITHUB_ORG - Github Organization Name (the one in the url)
  • HUBOT_GITHUB_REPOS_MAP eg."{\"web\":\"frontend\",\"android\":\"android\",\"ios\":\"ios\",\"platform\":\"web\"}"

###Commands

  • hubot github open - Shows a list of open pull requests for the repo of this room
  • hubot github notification hh:mm - I'll remind about open pull requests in this room at hh:mm every weekday.
  • hubot github list notifications - See all pull request notifications for this room.
  • hubot github notifications in every room - Be nosey and see when other rooms have their notifications set
  • hubot github delete hh:mm notification - If you have a notification at hh:mm, I'll delete it.
  • hubot github delete all notifications - Deletes all notifications for this room.

About

A hubot script to list and remind you about open pull requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 95.7%
  • Shell 4.3%