Skip to content

Commit 95fa2e0

Browse files
chore: Re-generated to pick up changes from synthtool (#181)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/60da91af-9648-4052-9caa-101541f2f1f9/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@27b2d4f Source-Link: googleapis/synthtool@140ba24
1 parent dc62dcf commit 95fa2e0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

java-workflows/.github/workflows/auto-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
}
1818
1919
// only approve PRs like "chore: release <release version>"
20-
if ( !context.payload.pull_request.title.startsWith("chore: release") ) {
20+
if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
2121
return;
2222
}
2323

java-workflows/LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Apache License
32
Version 2.0, January 2004
43
http://www.apache.org/licenses/

java-workflows/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-workflows.git",
7-
"sha": "f00dea6dca8eb6e0e6d00686160208e93c1d8df5"
7+
"sha": "963aa1317b1f5a438708c88a0d648d3b4229c22e"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
22+
"sha": "27b2d4f4674840628d0b75c5941e89c12af4764f"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)