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

Commit 797f265

Browse files
build(java): update autorelease title check in response to the new multi release branch changes (#438)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/b6cdd3f5-1dc3-4321-8fc9-bc52d8024ae0/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@0b064d7
1 parent dcf81a8 commit 797f265

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-vision.git",
7-
"sha": "dbb3078ba6c00a6544ee6b49717842cec00660e5"
7+
"sha": "dcf81a87e0badec5b26f4338c3522fe9779b709a"
88
}
99
},
1010
{
@@ -51,7 +51,7 @@
5151
"git": {
5252
"name": "synthtool",
5353
"remote": "https://github.com/googleapis/synthtool.git",
54-
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
54+
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
5555
}
5656
}
5757
],

0 commit comments

Comments
 (0)