Skip to content

Commit

Permalink
chore: increase duplicate threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Feb 9, 2023
1 parent 9796d29 commit 9db0c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/potential-duplicates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9db0c2d

Please sign in to comment.