Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

DashboardHub/probot-issue-versioning

Repository files navigation

Build Status

DashboardHub Probot Issue Versioning

GitHub issue versioning with probot. Historic versions come in as a comment, but default these are diffs, however by including VERSION_TYPE_PLAIN anywhere in the Issue description, it will be plain textgi

Dependencies

Screenshot

Screenshot

Quickstart

Using make commands.

Install

make install

Run offline / locally

make run

Deploy

Before deploy make sure you have setup:

  • aws cli with credentials
  • Github Secret key as an envar

Then WEBHOOK_SECRET=<your-github-secret-key> make deploy