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

Commit 7e18498

Browse files
chore: Re-generated to pick up changes from synthtool (#418)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/7de85846-6711-419c-8801-6e55669a550e/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@692715c Source-Link: googleapis/synthtool@27b2d4f Source-Link: googleapis/synthtool@140ba24
1 parent f30dc4d commit 7e18498

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
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

.kokoro/release/publish_javadoc11.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env_vars: {
1414

1515
env_vars: {
1616
key: "TRAMPOLINE_BUILD_FILE"
17-
value: "github/java-memcache/.kokoro/release/publish_javadoc11.sh"
17+
value: "github/java-monitoring/.kokoro/release/publish_javadoc11.sh"
1818
}
1919

2020
before_action {
@@ -27,4 +27,4 @@ before_action {
2727
}
2828

2929
# Downloads docfx doclet resource. This will be in ${KOKORO_GFILE_DIR}/<doclet name>
30-
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/docfx"
30+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/docfx"

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-monitoring.git",
7-
"sha": "84752197487103e08cba5a8b3da04d856266363a"
7+
"sha": "e3cb4e23d62434a80f87ca603e6fb1df0646c9d4"
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": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)