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 (#294)
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/d3b31218-a85c-4976-9854-6b0543a40737/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 99c4963 commit f6e7d32
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-servicedirectory.git",
"sha": "f8126602781d1370dcc97abf16f2f3ea21e77208"
"sha": "73eb9b4ad4f821456eb654cb08d85cf051724d60"
}
},
{
Expand All @@ -27,7 +27,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5"
"sha": "2414b817065726eae0bc525346c7e874f969369d"
}
}
],
Expand Down

0 comments on commit f6e7d32

Please sign in to comment.