--- # Label name and color to set, when potential duplicates are detected issueLabel: "Potential duplicate" labelColor: e6e6e6 # If similarity is higher than this threshold, issue will be marked as duplicate threshold: 0.70 # Comment to post when potential duplicates are detected referenceComment: > Potential duplicates found: {{#issues}} - [#{{ number }}] {{ title }} ({{ accuracy }}%) {{/issues}}