diff options
| author | Émilien Devos (perso) <contact@emiliendevos.be> | 2023-06-06 18:18:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-06 18:18:33 +0000 |
| commit | 545a5937d87d31622e87bb2ba8151f8aecd66c81 (patch) | |
| tree | 6c9fa61476d9500ef4114c6f28f117a938b522dd /.github/workflows | |
| parent | 35694cc7e39c5c1620b34fb9d9e00328752bbbc8 (diff) | |
| download | invidious-545a5937d87d31622e87bb2ba8151f8aecd66c81.tar.gz invidious-545a5937d87d31622e87bb2ba8151f8aecd66c81.tar.bz2 invidious-545a5937d87d31622e87bb2ba8151f8aecd66c81.zip | |
Only close at 90% similarity
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/auto-close-duplicate.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-close-duplicate.yaml b/.github/workflows/auto-close-duplicate.yaml index aa6457ed..2eea099e 100644 --- a/.github/workflows/auto-close-duplicate.yaml +++ b/.github/workflows/auto-close-duplicate.yaml @@ -21,7 +21,7 @@ jobs: # Get issues with state to compare. Supported state: 'all', 'closed', 'open'. state: open # 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. # Available reactions: "-1", "+1", "confused", "laugh", "heart", "hooray", "rocket", "eyes" reactions: '' |
