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

hubot-github-issue-label-notifier

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-github-issue-label-notifier

Notify when a GitHub issue has a label applied.

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

hubot-github-issue-label-notifier

NPM version Build Status Dependency Status

A Hubot plugin for alerts in your chat for GitHub issue labels.

Basic setup

  • npm install hubot-github-issue-label-notifier --save
  • Add the script to your Hubot using external-scripts.json.
  • Set the HUBOT_GITHUB_NOTIFIER_SECRET environment variable to a secret key. Choose something secure!
  • Optionally: Set a HUBOT_GITHUB_NOTIFIER_LABEL_FILTER environment variable with a filter for issues. Without a filter, all labels are used. Multiple values are comma separated.

GitHub webhook setup

You'll want to setup a GitHub webhook to point to this script. Here's the basics:

  • Payload URL: http://example.com/hubot/github-issue-label/specific-chat-room (update example.com and specific-chat-room for your environment).
  • Choose application/json as the Content type.
  • You'll need to specify the same secret as your HUBOT_GITHUB_NOTIFIER_SECRET environment variable.
  • Make sure it's not set to push events only -- everything or Issues are sufficient.

GitHub enables you to replay Recent Deliveries using a web browser, which can be handy if you're debugging.

Contributing

Have an idea? Let's talk about it in an issue!

Find a bug? Open an issue or submit a pull request. For code contributions, please submit a test or tests if possible. Tests are ran with npm test.

Releasing

Update the version in package.json and create a matching release on GitHub (please follow the tag pattern as the other releases). The new release is published automatically to npm as hubot-github-issue-label-notifier by Travis CI when tags are applied.

Licence

MIT © Ritter Insurance Marketing

Keywords

FAQs

Package last updated on 28 Jan 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