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

Commit 9195c46

Browse files
build(java): update autorelease title check in response to the new multi release branch changes (#384)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/50a12256-ca5e-4f80-a8f2-ba3c4ab12a2c/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@0b064d7
1 parent b074e0b commit 9195c46

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-document-ai.git",
7-
"sha": "4c5a3473f39957fa65e3e4eb3d11d38592a0c7b7"
7+
"sha": "b074e0b4bf48b6b140cfe30158fde6a5a2ab1dfc"
88
}
99
},
1010
{
@@ -35,7 +35,7 @@
3535
"git": {
3636
"name": "synthtool",
3737
"remote": "https://github.com/googleapis/synthtool.git",
38-
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
38+
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
3939
}
4040
}
4141
],

0 commit comments

Comments
 (0)