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

Commit 321a56d

Browse files
build(java): update autorelease branch name check
In response to the new multi release branch changes. Source-Author: Stephanie Wang <[email protected]> Source-Date: Wed Feb 3 15:06:07 2021 -0500 Source-Repo: googleapis/synthtool Source-Sha: 140ba24a136c63e7f10a998a63e7898aed63ea7d Source-Link: googleapis/synthtool@140ba24
1 parent 8a0bff3 commit 321a56d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
}
1818
1919
// only approve PRs like "chore: release <release version>"
20-
if ( !context.payload.pull_request.title.startsWith("chore: release") ) {
20+
if ( !context.payload.pull_request.title.startsWith("chore(master): 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-document-ai.git",
7-
"sha": "9cfef2330827fe4ebaacc3d377e7a547f4c2eaee"
7+
"sha": "8a0bff33b8b927951c566a8f4d51e94c406ac4a2"
88
}
99
},
1010
{
@@ -35,7 +35,7 @@
3535
"git": {
3636
"name": "synthtool",
3737
"remote": "https://github.com/googleapis/synthtool.git",
38-
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
38+
"sha": "140ba24a136c63e7f10a998a63e7898aed63ea7d"
3939
}
4040
}
4141
],

0 commit comments

Comments
 (0)