Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 780 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 780 Bytes

Gitlab Answer

A GitHub App built with Probot that notifies users of the correct way to contribute to our repositories. Redirects Github PR contributors to the matching Gitlab repository.

Application needs to be manually deployed to heroku using the CLI. In the future, application should be automatically deployed to heroku.

Setup

# Install dependencies
npm install

# Run the bot
npm start

Issues and Contributing

Checkout the Contributing document!