probot/duplicate-issues

Name: duplicate-issues

Owner: Probot

Description: A probot plugin for automatic issue duplicate detection

Forked from: MarshallOfSound/probot-issue-duplicate-detection

Created: 2017-09-12 19:09:31.0

Updated: 2018-03-08 20:29:40.0

Pushed: 2017-05-06 17:22:52.0

Homepage: null

Size: 1083

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Probot Issue Duplicate Detection

a GitHub Integration built with probot that automatically detects duplicate issues so you don't have to.

Setup
stall dependencies
install

n the bot
run

For more information, see the documentation for probot.

Configuring

The bot will comment with this template by default. You can change it by creating a file in .github/DUPLICATE_ISSUE_TEMPLATE.md and customizing the contents.

The template uses mustache for rendering, and has two variables available:

Deploying to Now
  1. Install the now CLI with npm i -g now

  2. Create an integration on GitHub, using https://[your-now-id].now.sh/ (replacing [your-now-id] with a custom now alias) as the Homepage URL, Callback URL, and Webhook URL. The permissions and events that your bot needs access to will depend on what you use it for. Read more about creating an integration.

  3. After creating your Github integrations, make sure that you click the green install button on the top left of the integration page. This gives you an option of installing the integration on all or a subset of your repositories.

  4. Download the Private Key and put it in this folder called “prod.pem”

  5. Run now

  6. You're up and running


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.