Skip to content

Commit ce4fc81

Browse files
build(java): update autorelease title check in response to the new multi release branch changes (#401)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/50a12256-ca5e-4f80-a8f2-ba3c4ab12a2c/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@0b064d7
1 parent d2c304b commit ce4fc81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java-core/.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

java-core/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-core.git",
7-
"sha": "aa8bd6743cf3712e0a6312ce5de8bc96c41c157d"
7+
"sha": "70f3a5073dc63236f45fd06bd2cc4a044a43c35f"
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)