Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 4a09405

Browse files
build(java): update autorelease title check in response to the new multi release branch changes (#936)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/bb67d652-85f5-42a7-8b9c-b92117ee6252/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@0b064d7
1 parent c6779da commit 4a09405

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
@@ -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

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "ed33785fb6b92a60ad5fc400aee3e3eccf743ae9"
14+
"sha": "c6779da61368c38ec6889bdfcb09a147c343a8f7"
1515
}
1616
},
1717
{
@@ -50,7 +50,7 @@
5050
"git": {
5151
"name": "synthtool",
5252
"remote": "https://github.com/googleapis/synthtool.git",
53-
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
53+
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
5454
}
5555
}
5656
],

0 commit comments

Comments
 (0)