We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1521af + 2f9a879 commit b6643a2Copy full SHA for b6643a2
.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
1
docker:
2
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3
- digest: sha256:979d9498e07c50097c1aeda937dcd32094ecc7440278a83e832b6a05602f62b6
+ digest: sha256:0e18b9475fbeb12d9ad4302283171edebb6baf2dfca1bd215ee3b34ed79d95d7
.kokoro/docs/common.cfg
@@ -30,6 +30,7 @@ env_vars: {
30
31
env_vars: {
32
key: "V2_STAGING_BUCKET"
33
+ # Push google cloud library docs to the Cloud RAD bucket `docs-staging-v2`
34
value: "docs-staging-v2"
35
}
36
owlbot.py
@@ -93,6 +93,7 @@
93
".coveragerc",
94
".kokoro/continuous/common.cfg",
95
".kokoro/presubmit/presubmit.cfg",
96
+ ".github/CODEOWNERS"
97
]
98
) # the microgenerator has a good coveragerc file
99
0 commit comments