This repository was archived by the owner on Oct 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 17
17
}
18
18
19
19
// 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") ) {
21
21
return;
22
22
}
23
23
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ env_vars: {
14
14
15
15
env_vars: {
16
16
key: " TRAMPOLINE_BUILD_FILE"
17
- value: " github/java-memcache /.kokoro/release/publish_javadoc11.sh"
17
+ value: " github/java-monitoring /.kokoro/release/publish_javadoc11.sh"
18
18
}
19
19
20
20
before_action {
@@ -27,4 +27,4 @@ before_action {
27
27
}
28
28
29
29
# 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"
Original file line number Diff line number Diff line change 1
-
2
1
Apache License
3
2
Version 2.0, January 2004
4
3
http://www.apache.org/licenses/
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-monitoring.git",
7
- "sha": "84752197487103e08cba5a8b3da04d856266363a "
7
+ "sha": "e3cb4e23d62434a80f87ca603e6fb1df0646c9d4 "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625 "
22
+ "sha": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5 "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments