Skip to content

Commit 2092e26

Browse files
build(java): update autorelease title check in response to the new multi release branch changes (googleapis#389)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/640f6b0e-336b-449e-9ca8-5f44a6af38d1/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@0b064d7
1 parent 4b92f18 commit 2092e26

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

java-spanner-jdbc/.github/workflows/auto-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
return;
1717
}
1818
19-
// only approve PRs like "chore(master): release <release version>"
20-
if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
19+
// only approve PRs like "chore: release <release version>"
20+
if ( !context.payload.pull_request.title.startsWith("chore: release") ) {
2121
return;
2222
}
2323

java-spanner-jdbc/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
7-
"sha": "f18abc9361c1f3535c5fdec8eee45dd1fb821334"
7+
"sha": "b32e7aebd4c8d24d052e4616b5dd7735878e01c3"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
14+
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)