Skip to content

Commit dde593f

Browse files
build(java): update autorelease branch name check (#327)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/c9dc8a78-8116-4a14-8cbe-b5dd35bc453d/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@140ba24
1 parent 2f9223c commit dde593f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-logging-logback.git",
7-
"sha": "b6bc7291abdcd2bc7d3b808d8202d4c7098cc639"
7+
"sha": "2f9223ceda2587d911d286a4c4489cfe8e0f4dff"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
14+
"sha": "140ba24a136c63e7f10a998a63e7898aed63ea7d"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)