Skip to content

Commit

Permalink
chore: migrate to owl bot (#419)
Browse files Browse the repository at this point in the history
* chore: migrate to owl bot

* chore: copy files from googleapis-gen fb91803ccef5d7c695139b22788b309e2197856b

* chore: run the post processor
  • Loading branch information
SurferJeffAtGoogle authored Apr 2, 2021
1 parent 5cbe26f commit 4fd0135
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 70 deletions.
28 changes: 28 additions & 0 deletions packages/google-container/.github/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
docker:
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest

deep-remove-regex:
- /owl-bot-staging

deep-preserve-regex:
- /owl-bot-staging/v1beta1

deep-copy-regex:
- source: /google/container/(v.*)/.*-nodejs/(.*)
dest: /owl-bot-staging/$1/$2

begin-after-commit-hash: fb91803ccef5d7c695139b22788b309e2197856b

17 changes: 9 additions & 8 deletions packages/google-container/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "container",
"name_pretty": "Kubernetes Engine Cluster Manager API",
"product_documentation": "https://cloud.google.com/kubernetes-engine",
"client_documentation": "https://googleapis.dev/nodejs/container/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559746",
"release_level": "ga",
"language": "nodejs",
"repo": "googleapis/nodejs-cloud-container",
"distribution_name": "@google-cloud/container",
"name": "container",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559746",
"default_version": "v1",
"api_id": "container.googleapis.com",
"distribution_name": "@google-cloud/container",
"requires_billing": true,
"codeowner_team": "@googleapis/cicd"
"product_documentation": "https://cloud.google.com/kubernetes-engine",
"codeowner_team": "@googleapis/cicd",
"name_pretty": "Kubernetes Engine Cluster Manager API",
"client_documentation": "https://googleapis.dev/nodejs/container/latest",
"release_level": "ga"
}
37 changes: 0 additions & 37 deletions packages/google-container/synth.metadata

This file was deleted.

25 changes: 0 additions & 25 deletions packages/google-container/synth.py

This file was deleted.

0 comments on commit 4fd0135

Please sign in to comment.