mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
🏗️ Reduced sensitivity for duplicate issue check
This commit is contained in:
parent
3dbe488359
commit
cc656a6313
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-duplicate-issues.yml
vendored
2
.github/workflows/check-duplicate-issues.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
exclude: '[BUG] [QUESTION] [FEEDBACK] [SHOWCASE]'
|
||||
label: '🕸️ Potential Duplicate'
|
||||
state: all
|
||||
threshold: 0.6
|
||||
threshold: 0.75
|
||||
reactions: 'eyes'
|
||||
comment: >
|
||||
Potential duplicates: {{#issues}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue