Skip to content

Commit 9461e06

Browse files
Fix filter
Filter for `renovate[bot]` not `renovate`.
1 parent 89fe7a1 commit 9461e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
.filter((line) => !line.includes(' @costellobot '))
6565
.filter((line) => !line.includes(' @dependabot '))
6666
.filter((line) => !line.includes(' @github-actions '))
67-
.filter((line) => !line.includes(' @renovate '))
67+
.filter((line) => !line.includes(' @renovate[bot] '))
6868
.join('\n');
6969
7070
const { data: release } = await github.rest.repos.createRelease({

0 commit comments

Comments
 (0)