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

Commit ee58b02

Browse files
build(java): update autorelease script (#138)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/77d0a1df-06aa-4fa7-a078-e372ada4f092/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@2414b81
1 parent 306fcec commit ee58b02

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
@@ -4,7 +4,7 @@ name: auto-release
44
jobs:
55
approve:
66
runs-on: ubuntu-latest
7-
if: contains(github.head_ref, 'release-v')
7+
if: contains(github.head_ref, 'release-please')
88
steps:
99
- uses: actions/github-script@v3
1010
with:
@@ -16,7 +16,7 @@ jobs:
1616
return;
1717
}
1818
19-
// only approve PRs like "chore: release <release version>"
19+
// only approve PRs like "chore(master): release <release version>"
2020
if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
2121
return;
2222
}

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-functions.git",
7-
"sha": "fad1c8c02950103b09488de6c106aa51124f9508"
7+
"sha": "306fcec2af7e7d0b1f100998c745fd4e3d524452"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5"
22+
"sha": "2414b817065726eae0bc525346c7e874f969369d"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)