Skip to content

Commit 0fa02cd

Browse files
author
Benjamin E. Coe
authored
build: .OwlBot.lock.yaml was missing deep-remove (#275)
1 parent 6e031e7 commit 0fa02cd

4 files changed

Lines changed: 7 additions & 73 deletions

File tree

packages/google-cloud-phishingprotection/.github/.OwlBot.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
docker:
1515
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
1616

17+
deep-remove-regex:
18+
- /owl-bot-staging
19+
1720
deep-copy-regex:
18-
- source: /google/cloud/phishingprotection/.*/phishingprotection-.*-nodejs/src/(.*)
19-
dest: /src/$1
20-
rm-dest: /src/.*
21+
- source: /google/cloud/phishingprotection/(.*)/.*-nodejs/(.*)
22+
dest: /owl-bot-staging/$1/$2

packages/google-cloud-phishingprotection/.repo-metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"repo": "googleapis/nodejs-phishing-protection",
1010
"distribution_name": "@google-cloud/phishing-protection",
1111
"api_id": "phishingprotection.googleapis.com",
12-
"requires_billing": true
12+
"requires_billing": true,
13+
"default_version": "v1beta1"
1314
}

packages/google-cloud-phishingprotection/owlbot.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

packages/google-cloud-phishingprotection/synth.metadata

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)