New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hubot-baronbogo

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-baronbogo

Rocket.Chat's Hubot for GitHub Integration

  • 0.8.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

hubot-baronbogo

BaronBogo is Rocket.Chat's Hubot for GitHub Integration

BaronBogo can perform the following with a public project repository on GitHub (and you can extend BaronBogo readily by modifying its scripts):

  • get all the PRs
  • get a specific PR
  • get all the open issues
  • get a specific issue
  • get the gists for a user
  • view a specific gist for a user
  • announce when events occurs (such as creation or modification of PR, issue, branch, comment, wiki edits, and so on)

Installation

For this script to take effect, you must first have your hubot environment up and running, then install BaronBogo with:

npm install --save hubot-baronbogo

Next, you must edit the external-scripts.json file to load BaronBogo:

[
  ...
  "hubot-baronbogo"
]

You will also need to configure BaronBogo for your GitHub team or project.

#Configuration

You can configure BaronBogo via environment variables.

##ENV

###REPOSITORY_NAME

The public GitHub project that BaronBogo will work with. Note you only need the user and repo name to specify the project:

For example:

REPOSITORY_NAME="rocketchat/Rocket.Chat"

##OTHER Required ENV variables

BaronBogo handles incoming webhook events using the excellent hubot-github-repo-event-notifier npm module. You must configure the additional ENV variable HUBOT_GITHUB_EVENT_NOTIFIER_TYPES as required by this module for the webhook handling to operate correctly. The author of BaronBogo is also an active contributor to this project.

#Operation

You can learn about the commands available by asking BaronBogo for an introduction.

Note that you must use the name you gave to your bot (assumed to be hubot here):

hubot intro baronbogo

Keywords

FAQs

Package last updated on 11 Dec 2015

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