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

Commit

Permalink
build(java): update autorelease title check in response to the new mu…
Browse files Browse the repository at this point in the history
…lti release branch changes (#499)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/bb67d652-85f5-42a7-8b9c-b92117ee6252/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@0b064d7
  • Loading branch information
yoshi-automation committed Mar 11, 2021
1 parent f4e08e9 commit 3bb5887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yaml
Expand Up @@ -16,8 +16,8 @@ jobs:
return;
}
// only approve PRs like "chore(master): release <release version>"
if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
// only approve PRs like "chore: release <release version>"
if ( !context.payload.pull_request.title.startsWith("chore: release") ) {
return;
}
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-automl.git",
"sha": "ad615e3f7d4e12dd5f0eb1e77dd2eb15b71695f6"
"sha": "f4e08e900cf979dd3655d6cbc27eb2fa194baff9"
}
},
{
Expand All @@ -27,7 +27,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
}
}
],
Expand Down

0 comments on commit 3bb5887

Please sign in to comment.