We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4679e7e commit 2414b81Copy full SHA for 2414b81
synthtool/gcp/templates/java_library/.github/workflows/auto-release.yaml
@@ -4,7 +4,7 @@ name: auto-release
4
jobs:
5
approve:
6
runs-on: ubuntu-latest
7
- if: contains(github.head_ref, 'release-v')
+ if: contains(github.head_ref, 'release-please')
8
steps:
9
- uses: actions/github-script@v3
10
with:
@@ -16,7 +16,7 @@ jobs:
16
return;
17
}
18
19
- // only approve PRs like "chore: release <release version>"
+ // only approve PRs like "chore(master): release <release version>"
20
if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
21
22
0 commit comments