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

Commit b322316

Browse files
build(java): update autorelease branch name check (#334)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/7427abff-8d36-4a5d-a5f8-617d321145c8/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@140ba24
1 parent 8a0bff3 commit b322316

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)