Skip to content

Commit fc75e97

Browse files
build(java): update autorelease script
Noticed the workflow was getting skipped on all the release PRs. Updating due to recent update in release-please branch name. Source-Author: Stephanie Wang <[email protected]> Source-Date: Tue Feb 9 19:10:03 2021 -0500 Source-Repo: googleapis/synthtool Source-Sha: 2414b817065726eae0bc525346c7e874f969369d Source-Link: googleapis/synthtool@2414b81
1 parent fa247d6 commit fc75e97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: auto-release
44
jobs:
55
approve:
66
runs-on: ubuntu-latest
7-
if: contains(github.head_ref, 'release-v')
7+
if: contains(github.head_ref, 'release-please')
88
steps:
99
- uses: actions/github-script@v3
1010
with:
@@ -16,7 +16,7 @@ jobs:
1616
return;
1717
}
1818
19-
// only approve PRs like "chore: release <release version>"
19+
// only approve PRs like "chore(master): release <release version>"
2020
if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
2121
return;
2222
}

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5"
14+
"sha": "2414b817065726eae0bc525346c7e874f969369d"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)