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 script (#396)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/3ed56491-ec66-4d43-9f98-af35b45c75fe/targets

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

Source-Link: googleapis/synthtool@2414b81
  • Loading branch information
yoshi-automation committed Feb 10, 2021
1 parent a41e11f commit 3fc5bf8
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 @@ -4,7 +4,7 @@ name: auto-release
jobs:
approve:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'release-v')
if: contains(github.head_ref, 'release-please')
steps:
- uses: actions/github-script@v3
with:
Expand All @@ -16,7 +16,7 @@ jobs:
return;
}
// only approve PRs like "chore: release <release version>"
// only approve PRs like "chore(master): release <release version>"
if ( !context.payload.pull_request.title.startsWith("chore(master): 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-video-intelligence.git",
"sha": "769ff0a0dfe2fa9249826588ae6ca7f8087b57f5"
"sha": "fea2583f2b916d59355ff1d28a731183dcf20a5e"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5"
"sha": "2414b817065726eae0bc525346c7e874f969369d"
}
}
],
Expand Down

0 comments on commit 3fc5bf8

Please sign in to comment.