Skip to content

Commit fcf9332

Browse files
chore: migrate to owl bot (#14)
1 parent 5caa7b9 commit fcf9332

7 files changed

Lines changed: 43 additions & 89 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 2021 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
docker:
15+
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
16+
17+
deep-remove-regex:
18+
- /owl-bot-staging
19+
20+
deep-copy-regex:
21+
- source: /google/cloud/policytroubleshooter/(.*)/.*-nodejs/(.*)
22+
dest: /owl-bot-staging/$1/$2
23+
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "policytroubleshooter",
3-
"name_pretty": "IAM Policy Troubleshooter API",
4-
"product_documentation": "https://cloud.google.com/iam/docs/troubleshooting-access#rest-api/",
52
"client_documentation": "https://googleapis.dev/nodejs/policytroubleshooter/latest/",
6-
"issue_tracker": "https://github.com/googleapis/nodejs-policy-troubleshooter/issues",
3+
"api_id": "policytroubleshooter.googleapis.com",
4+
"distribution_name": "@google-cloud/policy-troubleshooter",
75
"release_level": "GA",
6+
"default_version": "v1",
87
"language": "nodejs",
8+
"name_pretty": "IAM Policy Troubleshooter API",
99
"repo": "googleapis/nodejs-policy-troubleshooter",
10-
"distribution_name": "@google-cloud/policy-troubleshooter",
11-
"api_id": "policytroubleshooter.googleapis.com",
12-
"requires_billing": true
10+
"product_documentation": "https://cloud.google.com/iam/docs/troubleshooting-access#rest-api/",
11+
"requires_billing": true,
12+
"name": "policytroubleshooter",
13+
"issue_tracker": "https://github.com/googleapis/nodejs-policy-troubleshooter/issues"
1314
}
14-
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
{"recurse":true,"skip":["https://googleapis.dev/nodejs/policytroubleshooter/latest/","https://github.com/googleapis/nodejs-policy-troubleshooter/blob/master/CHANGELOG.md","https://github.com/googleapis/nodejs-policy-troubleshooter","https://github.com/googleapis/nodejs-policy-troubleshooter/blob/master/samples/quickstart.js","https://github.com/googleapis/nodejs-policy-troubleshooter/tree/master/samples","https://github.com/googleapis/nodejs-policy-troubleshooter/blob/master/LICENSE","https://github.com/googleapis/nodejs-policy-troubleshooter/blob/master/CONTRIBUTING.md","http://localhost:5244/","https://codecov.io/gh/googleapis/","www.googleapis.com","img.shields.io"],"silent":true,"concurrency":10}
1+
{
2+
"recurse": true,
3+
"skip": [
4+
"https://codecov.io/gh/googleapis/",
5+
"www.googleapis.com",
6+
"img.shields.io"
7+
],
8+
"silent": true,
9+
"concurrency": 10
10+
}

packages/google-cloud-policytroubleshooter/synth.metadata

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

packages/google-cloud-policytroubleshooter/synth.py

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

packages/google-cloud-policytroubleshooter/system-test/fixtures/sample/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2021 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-policytroubleshooter/system-test/fixtures/sample/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2021 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)