Skip to content

Commit fa7cebc

Browse files
chore: migrate to owl-bot with staging dir (#20)
1 parent 56be2c6 commit fa7cebc

File tree

5 files changed

+9
-114
lines changed

5 files changed

+9
-114
lines changed

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

+7-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
16-
copy-dirs:
17-
- source: google/cloud/accessapproval/*/accessapproval-*-nodejs/src/*
18-
dest: /src
16+
17+
deep-remove-regex:
18+
- /owl-bot-staging
19+
20+
deep-copy-regex:
21+
- source: /google/cloud/accessapproval/(.*)/.*-nodejs/(.*)
22+
dest: /owl-bot-staging/$1/$2

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"repo": "googleapis/nodejs-access-approval",
1010
"distribution_name": "@google-cloud/access-approval",
1111
"api_id": "accessapproval.googleapis.com",
12-
"requires_billing": true
12+
"requires_billing": true,
13+
"default_version": "v1"
1314
}
1415

packages/google-cloud-accessapproval/owlbot.py

-32
This file was deleted.

packages/google-cloud-accessapproval/synth.metadata

-37
This file was deleted.

packages/google-cloud-accessapproval/synth.py

-41
This file was deleted.

0 commit comments

Comments
 (0)