Skip to content

Commit 9e3e5f4

Browse files
authored
ci: fix mirror changelog workflow (#52)
1 parent d15c156 commit 9e3e5f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mirror-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
add-release-notes:
23-
if: github.actor == 'renovate[bot]' && startsWith(github.head_ref, 'renovate/googleapis-genai-toolbox')
23+
if: github.actor == 'renovate-bot' && startsWith(github.head_ref, 'renovate/googleapis-genai-toolbox')
2424
runs-on: ubuntu-latest
2525
permissions:
2626
pull-requests: write
@@ -95,7 +95,7 @@ jobs:
9595
9696
// Include if it doesn't have a prefix OR it has any of the required keywords
9797
if (!hasPrefix || hasAnyRequiredKeyword) {
98-
newChangelog.push(`- ${currentType}: ${originalContent}`);
98+
newChangelog.push(`${currentType}: ${originalContent}`);
9999
} else {
100100
console.log(`Filtering out: ${originalContent}`);
101101
}

0 commit comments

Comments
 (0)