Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit a6c4e69

Browse files
build(java): update autorelease title check in response to the new multi release branch changes (#689)
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 9ae502f commit a6c4e69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/auto-release.yaml

+2-2
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
14-
"sha": "d8bdf7142a63cc910b6c81eb8ad9f7fdc323325a"
14+
"sha": "9ae502fc1b92b51953b2cd9361d42fed10f8fa25"
1515
}
1616
},
1717
{
@@ -26,7 +26,7 @@
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
29+
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)