getgauge / gauge-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gauge-bot

Contributor Covenant

A GitHub App built with Probot

Setup

Set following environment variables :

APP_ID=the id of the gaugebot app

WEBHOOK_PROXY_URL=a proxy URL which will redirect the github payload to localhost (use smee.io)

PRIVATE_KEY_PATH=private key (certificate) for the gaugebot app.

CONTRIBUTOR_URL= a secret url to list the available contributors

GAUGEBOT_GITHUB_TOKEN=Github access token

# Install dependencies
npm install

# Run the bot
npm run dev

License

ISC © 2018 BugDiver vinaysh@thoughtworks.com

About

License:ISC License


Languages

Language:JavaScript 96.9%Language:HTML 3.1%