Skip to content

Commit 3d22df5

Browse files
build(java): update autorelease title check in response to the new multi release branch changes (#567)
Source-Author: Stephanie Wang <[email protected]> Source-Date: Wed Mar 10 14:40:03 2021 -0500 Source-Repo: googleapis/synthtool Source-Sha: 0b064d767537e0675fc053e53fca473c5c701fb8 Source-Link: googleapis/synthtool@0b064d7
1 parent 3f23ac6 commit 3d22df5

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
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-pubsub.git",
7-
"sha": "25eac989c9b9c95a4fbd5e239d1a08afc0f391de"
7+
"sha": "3f23ac6cda00814f74f2c435dd8a05b70ac69d27"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
22+
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)