Update issue-deduplicator.yml (#4660)
This commit is contained in:
parent
33d3ecbccc
commit
5af08e0719
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issue-deduplicator.yml
vendored
2
.github/workflows/issue-deduplicator.yml
vendored
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
}
|
||||
|
||||
const lines = [
|
||||
'Potential duplicates detected:'
|
||||
'Potential duplicates detected:',
|
||||
...numbers.map((value) => `- #${value}`),
|
||||
'',
|
||||
'*Powered by [Codex Action](https://github.com/openai/codex-action)*'];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue