Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 9b4e8a2

Browse files
Merge e3b29bf into 1a41924
2 parents 1a41924 + e3b29bf commit 9b4e8a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigquery.git",
7-
"sha": "aa716bc9dac89c429341a302c7c52a698a4c9938"
7+
"sha": "1a41924fcb906c1f5ebd62089237f63392b002ef"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)