Browse Source

chore: increase duplicate threshold

pull/4115/head
Daniel Gibbs 2 years ago
committed by GitHub
parent
commit
9db0c2d11d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/potential-duplicates.yml

2
.github/workflows/potential-duplicates.yml

@ -20,7 +20,7 @@ jobs:
# Get issues with state to compare. Supported state: 'all', 'closed', 'open'.
state: all
# If similarity is higher than this threshold([0,1]), issue will be marked as duplicate.
threshold: 0.6
threshold: 0.8
# Reactions to be add to comment when potential duplicates are detected.
# Available reactions: "-1", "+1", "confused", "laugh", "heart", "hooray", "rocket", "eyes"
#reactions: 'eyes, confused'

Loading…
Cancel
Save