Skip to content

Commit a22aac0

Browse files
authored
chore: include v3 in iam owlbot config (googleapis#13723)
Include `v3` and `v3beta` in IAM owlbot config.
1 parent 3ce0eda commit a22aac0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/google-cloud-iam/.OwlBot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ deep-copy-regex:
2121
dest: /owl-bot-staging/google-cloud-iam/$1
2222
- source: /google/iam/credentials/(v.*)/.*-py
2323
dest: /owl-bot-staging/google-cloud-iam/$1
24+
- source: /google/iam/v3beta/.*-py
25+
dest: /owl-bot-staging/google-cloud-iam/$1
26+
- source: /google/iam/v3/.*-py
27+
dest: /owl-bot-staging/google-cloud-iam/$1
2428
- source: /google/iam/v2beta/.*-py
2529
dest: /owl-bot-staging/google-cloud-iam/$1
2630
- source: /google/iam/v2/.*-py

0 commit comments

Comments
 (0)