Potential Duplicates Bot Save

A configurable GitHub App which checks for potential issue duplicates using Damerau–Levenshtein distance algorithm.

Project README

potential-duplicates bot

A simple, configurable bot searching for potential issue duplicates using Damerau–Levenshtein algorithm. The Damerau–Levenshtein distance between two words is the minimum number of operations (consisting of insertions, deletions or substitutions of a single character, or transposition of two adjacent characters) required to change one word into the other. It also detects predefined synonyms for even better results.

Demo

Setup

For more information, see the documentation for Probot.

$ npm install
$ npm start

Usage

You need to install our Github App. You can deploy our Github App manually. Then, you can create a custom configuration file at .github/potential-duplicates.yml. If this file doesn't exists, default settings will be used:

# Label name and color to set, when potential duplicates are detected
issueLabel: potential-duplicate
labelColor: cfd3d7

# If similarity is higher than this threshold, issue will be marked as duplicate
threshold: 0.60

# Comment to post when potential duplicates are detected
referenceComment: >
  Potential duplicates:
  {{#issues}}
    - [#{{ number }}] {{ title }} ({{ accuracy }}%)
  {{/issues}}

Deploying

If you would like to run your own instance of this app, see the docs for deployment. This app requires both Issues – Read & Write and Single File – Read (.github/potential-duplicates.yml) permissions & events.

Open Source Agenda is not affiliated with "Potential Duplicates Bot" Project. README Source: Bartozzz/potential-duplicates-bot
Stars
31
Open Issues
0
Last Commit
4 years ago
License
ISC

Open Source Agenda Badge

Open Source Agenda Rating