Skip to content

Commit c735730

Browse files
authored
chore: update the source path in owlbot.yaml (#1497)
* chore: update the source path in owlbot.yaml * add comments * Trigger CI
1 parent f02739f commit c735730

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/.OwlBot.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ docker:
1818
deep-remove-regex:
1919
- /owl-bot-staging
2020

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).
2125
deep-copy-regex:
22-
- source: /google/storage/v2/storage-v2-py/(.*)
26+
- source: /google/storage/(v2)/storage-v2-py/(.*)
2327
dest: /owl-bot-staging/$1/$2
2428

2529
begin-after-commit-hash: 6acf4a0a797f1082027985c55c4b14b60f673dd7
26-

0 commit comments

Comments
 (0)