We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15c156 commit 9e3e5f4Copy full SHA for 9e3e5f4
.github/workflows/mirror-changelog.yml
@@ -20,7 +20,7 @@ on:
20
21
jobs:
22
add-release-notes:
23
- if: github.actor == 'renovate[bot]' && startsWith(github.head_ref, 'renovate/googleapis-genai-toolbox')
+ if: github.actor == 'renovate-bot' && startsWith(github.head_ref, 'renovate/googleapis-genai-toolbox')
24
runs-on: ubuntu-latest
25
permissions:
26
pull-requests: write
@@ -95,7 +95,7 @@ jobs:
95
96
// Include if it doesn't have a prefix OR it has any of the required keywords
97
if (!hasPrefix || hasAnyRequiredKeyword) {
98
- newChangelog.push(`- ${currentType}: ${originalContent}`);
+ newChangelog.push(`${currentType}: ${originalContent}`);
99
} else {
100
console.log(`Filtering out: ${originalContent}`);
101
}
0 commit comments