{"id":15140249,"url":"https://github.com/bartozzz/potential-duplicates-bot","last_synced_at":"2025-10-23T15:31:51.427Z","repository":{"id":153209906,"uuid":"126008443","full_name":"Bartozzz/potential-duplicates-bot","owner":"Bartozzz","description":"A configurable GitHub App which checks for potential issue duplicates using Damerau–Levenshtein distance algorithm.","archived":false,"fork":false,"pushed_at":"2019-05-21T10:43:57.000Z","size":29,"stargazers_count":31,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T19:22:27.324Z","etag":null,"topics":["bot","duplicates","github","issues","probot","probot-app","probot-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bartozzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-20T11:41:27.000Z","updated_at":"2022-03-01T21:26:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae583393-077f-4a63-bbfd-c2bf03cb6333","html_url":"https://github.com/Bartozzz/potential-duplicates-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartozzz%2Fpotential-duplicates-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartozzz%2Fpotential-duplicates-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartozzz%2Fpotential-duplicates-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartozzz%2Fpotential-duplicates-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bartozzz","download_url":"https://codeload.github.com/Bartozzz/potential-duplicates-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237852525,"owners_count":19376701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","duplicates","github","issues","probot","probot-app","probot-plugin"],"created_at":"2024-09-26T08:01:46.168Z","updated_at":"2025-10-23T15:31:51.091Z","avatar_url":"https://github.com/Bartozzz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `potential-duplicates` bot\n\nA simple, configurable bot searching for potential issue duplicates using [Damerau–Levenshtein](https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance) 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.\n\n![Demo](https://i.imgur.com/mZrLqPe.png)\n\n## Setup\n\nFor more information, see the [documentation for Probot](https://github.com/probot/probot).\n\n```bash\n$ npm install\n$ npm start\n```\n\n## Usage\n\n~~You need to install [our Github App](https://github.com/apps/potential-duplicates).~~ 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:\n\n```yml\n# Label name and color to set, when potential duplicates are detected\nissueLabel: potential-duplicate\nlabelColor: cfd3d7\n\n# If similarity is higher than this threshold, issue will be marked as duplicate\nthreshold: 0.60\n\n# Comment to post when potential duplicates are detected\nreferenceComment: \u003e\n  Potential duplicates:\n  {{#issues}}\n    - [#{{ number }}] {{ title }} ({{ accuracy }}%)\n  {{/issues}}\n```\n\n## Deploying\n\nIf you would like to run your own instance of this app, see the [docs for deployment](https://probot.github.io/docs/deployment/). This app requires both `Issues – Read \u0026 Write` and `Single File – Read` (`.github/potential-duplicates.yml`) permissions \u0026 events.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartozzz%2Fpotential-duplicates-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartozzz%2Fpotential-duplicates-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartozzz%2Fpotential-duplicates-bot/lists"}