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 fcebfe6 commit 36758e7Copy full SHA for 36758e7
.github/workflows/mirror-changelog.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Add Toolbox Release Notes to PR Body
30
uses: actions/github-script@v6
31
env:
32
- REQUIRED_KEYWORDS: 'alloydb'
+ REQUIRED_KEYWORDS: 'postgres'
33
with:
34
script: |
35
const requiredKeywordsEnv = process.env.REQUIRED_KEYWORDS;
@@ -131,4 +131,4 @@ jobs:
131
body: finalBody,
132
});
133
134
- console.log('Successfully updated the PR body with filtered release notes.');
+ console.log('Successfully updated the PR body with filtered release notes.');
0 commit comments