Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-github-notifier

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-github-notifier

Github event notifier

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Hubot Github Notifier

This hubot plugin announces changes to github repositories of your choosing.

Setup

  • In the repo you want to be notified about go to Webhooks & services
  • Add a webhook
  • The Payload URL will be [address-to-hubot]:[port-of-hubot]/hubot/github-notifier-hook?room=[room-to-notify]
  • Choose the events you care about (if you don't want to be notified about comments, don't check comments).

NOTE: If you want to notify multiple rooms, just specify multiple room query params ?room=general&room=random

Currently Supported events

  • pull_request: notifies users when an action is taken on a pull request.
  • release: notifies users when a new release has been created.
  • membership: notifies users when a person is added to or removed from an organization.

X event isn't working!

If an event isn't handled you'll see an error of: github notifier error: event type not found: [event-type]

To handle that type of event, just add a file with the name of the event to the scripts/events/ directory. Pull requests welcome!

Keywords

FAQs

Package last updated on 31 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc