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

Commit c4be172

Browse files
build(java): update autorelease title check in response to the new multi release branch changes
Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com> Source-Date: Wed Mar 10 14:40:03 2021 -0500 Source-Repo: googleapis/synthtool Source-Sha: 0b064d767537e0675fc053e53fca473c5c701fb8 Source-Link: googleapis/synthtool@0b064d7
1 parent 4906db8 commit c4be172

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
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-redis.git",
7-
"sha": "49077f6f414c7c079edb5e7fbd709ba719ed2ab9"
7+
"sha": "4906db8a5c47cca9bc20d8f1324672f56827b940"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
30+
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)