Skip to content

Commit e10f8a8

Browse files
authored
chore: add generation of pb2 files via owlbot/bazel (#328)
* chore: remove pb2 file generation during post processing step * chore: add generation of pb2 files via owlbot/bazel
1 parent d54be88 commit e10f8a8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

packages/google-cloud-org-policy/.github/.OwlBot.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
docker:
1616
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
1717

18-
# See https://github.com/googleapis/python-org-policy/issues/22
19-
deep-preserve-regex:
20-
- /owl-bot-staging/v1
21-
2218
deep-remove-regex:
2319
- /owl-bot-staging
2420

2521
deep-copy-regex:
26-
- source: /google/cloud/orgpolicy/(v.*)/.*-py/(.*)
22+
- source: /google/cloud/orgpolicy/(v1)/.*-py/(orgpolicy.*)
23+
dest: /owl-bot-staging/$1/google/cloud/orgpolicy/v1/$2
24+
- source: /google/cloud/orgpolicy/(v2)/.*-py/(.*)
2725
dest: /owl-bot-staging/$1/$2
2826

2927
begin-after-commit-hash: b06c9034cfcbce180ba732d03be6526e5c8ea1bc

0 commit comments

Comments
 (0)