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

Commit 6853284

Browse files
chore: Re-generated to pick up changes from synthtool (#137)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1bee5a28-eca1-4bf4-bafb-e5d12b2af620/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@27b2d4f Source-Link: googleapis/synthtool@140ba24
1 parent 36fd80d commit 6853284

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.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

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/

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-dialogflow-cx.git",
7-
"sha": "d2ab24e607b9310d95352925bf249d1fcfc78247"
7+
"sha": "36fd80d10b12e79cecc40aae6f0989499c8a300f"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
30+
"sha": "27b2d4f4674840628d0b75c5941e89c12af4764f"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)