We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793d340 commit 585437dCopy full SHA for 585437d
.github/.OwlBot.yaml
@@ -15,5 +15,16 @@
15
docker:
16
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
17
18
+deep-remove-regex:
19
+ - /owl-bot-staging
20
+
21
+# exclude google/storage/v1
22
+deep-preserve-regex:
23
+ - /owl-bot-staging/v1
24
25
+deep-copy-regex:
26
+ - source: /google/storage/(v.*)/.*-py/(.*)
27
+ dest: /owl-bot-staging/$1/$2
28
29
begin-after-commit-hash: 6acf4a0a797f1082027985c55c4b14b60f673dd7
30
0 commit comments