Skip to content

Commit 1f0b1c8

Browse files
authored
build: allow *.proto files to be copied for google/longrunning (#13606)
Towards #13545 This PR depends on googleapis/gapic-generator-python#2349
1 parent 1e4de9d commit 1f0b1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/googleapis-common-protos/.OwlBot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ deep-copy-regex:
2828
dest: /owl-bot-staging/googleapis-common-protos/$1/google/logging/type/$2
2929
- source: /google/logging/type/(logging-type-py)/(log_severity.*)
3030
dest: /owl-bot-staging/googleapis-common-protos/$1/google/logging/type/$2
31-
- source: /google/longrunning/(operations-py)/(operations)(.*pb2.*)
31+
- source: /google/longrunning/(operations-py)/(operations)(.*pb2.*|.*.proto)
3232
dest: /owl-bot-staging/googleapis-common-protos/$1/google/longrunning/$2_proto$3
3333
- source: /google/rpc/(rpc-py)/(.*)
3434
dest: /owl-bot-staging/googleapis-common-protos/$1/google/rpc/$2

0 commit comments

Comments
 (0)