Skip to content

Commit a4df615

Browse files
build(java): update autorelease script (googleapis#410)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/36df6842-10a7-4ff2-8f0f-9a66e8c23f6b/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@2414b81
1 parent d7244c1 commit a4df615

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-recommender.git",
7-
"sha": "5007f0460f6dc216123eff18fdc742ba1a09967e"
7+
"sha": "66db4bc3ada2506507bde7513b500c25e9b76101"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5"
30+
"sha": "2414b817065726eae0bc525346c7e874f969369d"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)