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 f02739f commit c735730Copy full SHA for c735730
.github/.OwlBot.yaml
@@ -18,9 +18,12 @@ docker:
18
deep-remove-regex:
19
- /owl-bot-staging
20
21
+# In source, we've used two capturing groups (v2) and (.*) to match the version
22
+# and the directory path.
23
+# In dest, we use $1 to refer to the first capturing group (v2) and $2 to refer
24
+# to the second capturing group (directory path).
25
deep-copy-regex:
- - source: /google/storage/v2/storage-v2-py/(.*)
26
+ - source: /google/storage/(v2)/storage-v2-py/(.*)
27
dest: /owl-bot-staging/$1/$2
28
29
begin-after-commit-hash: 6acf4a0a797f1082027985c55c4b14b60f673dd7
-
0 commit comments