diff options
| author | Émilien Devos (perso) <contact@emiliendevos.be> | 2023-06-03 17:27:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-03 17:27:24 +0000 |
| commit | bc06c2fc27a9f1fb4edb8a2af570d67c0af5ba0e (patch) | |
| tree | fe37978bf106ad1d2dd2900815457b5110c949fc /.github/workflows | |
| parent | 7ea6ec1f52ae02cbc35401ad272433d7073d8866 (diff) | |
| download | invidious-bc06c2fc27a9f1fb4edb8a2af570d67c0af5ba0e.tar.gz invidious-bc06c2fc27a9f1fb4edb8a2af570d67c0af5ba0e.tar.bz2 invidious-bc06c2fc27a9f1fb4edb8a2af570d67c0af5ba0e.zip | |
Better message for auto close
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/auto-close-duplicate.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/auto-close-duplicate.yaml b/.github/workflows/auto-close-duplicate.yaml index 4495c22e..aa6457ed 100644 --- a/.github/workflows/auto-close-duplicate.yaml +++ b/.github/workflows/auto-close-duplicate.yaml @@ -27,10 +27,11 @@ jobs: reactions: '' close: true # Comment to post when potential duplicates are detected. - comment: > + comment: | Hello, your issue is a duplicate of this/these issue(s): {{#issues}} - - #{{ number }} [accuracy: ({{ accuracy }}%)] + - #{{ number }} [accuracy: {{ accuracy }}%] {{/issues}} + 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.
\ No newline at end of file + Please refrain from opening new issues, it won't help in solving your problem. |
