forked from midou/invidious
Only close at 90% similarity
This commit is contained in:
parent
35694cc7e3
commit
545a5937d8
2
.github/workflows/auto-close-duplicate.yaml
vendored
2
.github/workflows/auto-close-duplicate.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
# Get issues with state to compare. Supported state: 'all', 'closed', 'open'.
|
# Get issues with state to compare. Supported state: 'all', 'closed', 'open'.
|
||||||
state: open
|
state: open
|
||||||
# If similarity is higher than this threshold([0,1]), issue will be marked as duplicate.
|
# If similarity is higher than this threshold([0,1]), issue will be marked as duplicate.
|
||||||
threshold: 0.6
|
threshold: 0.9
|
||||||
# Reactions to be add to comment when potential duplicates are detected.
|
# Reactions to be add to comment when potential duplicates are detected.
|
||||||
# Available reactions: "-1", "+1", "confused", "laugh", "heart", "hooray", "rocket", "eyes"
|
# Available reactions: "-1", "+1", "confused", "laugh", "heart", "hooray", "rocket", "eyes"
|
||||||
reactions: ''
|
reactions: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user