mirror of https://github.com/iv-org/invidious.git
Better message for auto close
This commit is contained in:
parent
7ea6ec1f52
commit
bc06c2fc27
|
@ -27,10 +27,11 @@ jobs:
|
||||||
reactions: ''
|
reactions: ''
|
||||||
close: true
|
close: true
|
||||||
# Comment to post when potential duplicates are detected.
|
# Comment to post when potential duplicates are detected.
|
||||||
comment: >
|
comment: |
|
||||||
Hello, your issue is a duplicate of this/these issue(s): {{#issues}}
|
Hello, your issue is a duplicate of this/these issue(s): {{#issues}}
|
||||||
- #{{ number }} [accuracy: ({{ accuracy }}%)]
|
- #{{ number }} [accuracy: {{ accuracy }}%]
|
||||||
{{/issues}}
|
{{/issues}}
|
||||||
|
|
||||||
If this is a mistake please explain why and ping @\unixfox, @\SamantazFox and @\TheFrenchGhosty.
|
If this is a mistake please explain why and ping @\unixfox, @\SamantazFox and @\TheFrenchGhosty.
|
||||||
|
|
||||||
Please refrain from opening new issues, it won't help in solving your problem.
|
Please refrain from opening new issues, it won't help in solving your problem.
|
Loading…
Reference in New Issue