Skip to content

Commit 9db0c2d

Browse files
authored
chore: increase duplicate threshold
1 parent 9796d29 commit 9db0c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/potential-duplicates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Get issues with state to compare. Supported state: 'all', 'closed', 'open'.
2121
state: all
2222
# If similarity is higher than this threshold([0,1]), issue will be marked as duplicate.
23-
threshold: 0.6
23+
threshold: 0.8
2424
# Reactions to be add to comment when potential duplicates are detected.
2525
# Available reactions: "-1", "+1", "confused", "laugh", "heart", "hooray", "rocket", "eyes"
2626
#reactions: 'eyes, confused'

0 commit comments

Comments
 (0)