LinuxGSM/.github/potential-duplicates.yml
Daniel Gibbs 1d41bc66d3
feat(refactor): general refactor of if statements (#2492)
* Codacy recommendation fixes
2019-08-30 09:56:15 +01:00

14 lines
393 B
YAML

# Label name and color to set, when potential duplicates are detected
issueLabel: "duplicate"
labelColor: 579e01
# 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}}