Skip to content

RocketChat/Apps.GitHub

Repository files navigation

GitHub Integration for Rocket.Chat

Integrates github with your Rocket.Chat server.

Features:

  • Webhook - exposes an endpoint that can receive and parse GitHub notifications (only push events at this time)
  • Auto-install on Repo - With the slashcommand /github connect the app automatically links your server to the desired repo (you have to configure your github personal access token for that)

When you run the /github connect command, only the current channel/private group/discussion will receive notifications from GitHub.

Make sure the user rocket.cat is able to send messages in the channel/private group/discussion you want to be notified.

Coming from the Webinars?

This app has been developed during our webinars series. You can see how it evolves from example to example by checking the step-* branches.

The changes from the latest step are likely to be the ones on the master branch.

Development Quick Start

Want to help us improve the app? Great! Make sure you have https://github.com/RocketChat/Rocket.Chat.Apps-cli installed.

npm install -g @rocket.chat/apps-cli

Checkout this repo and install the dependencies

git clone https://github.com/RocketChat/Apps.GitHub
cd Apps.GitHub
npm install

And you're ready to make changes!

To test them, deploy your app to a local Rocket.Chat server:

rc-apps deploy -u RC_USER -p RC_PASSWORD --url=http://localhost:3000

or to update the installation

rc-apps deploy -f --update -u RC_USER -p RC_PASSWORD --url=http://localhost:3000

Documentation

Here are some links to examples and documentation:

The Rocket.Chat Apps-Engine needs help with its documentation We're participating in the first ever Google Season of Docs! If you're interested in participating with us, check this link

About

Integrates GitHub with your Rocket.Chat Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published