Skip to content

Commit

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

* chore: copy files from googleapis-gen 397c0bfd367a2427104f988d5329bc117caafd95

* chore: run the post processor
  • Loading branch information
SurferJeffAtGoogle committed May 21, 2021
1 parent 4ad4f29 commit 352beac
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 31 deletions.
4 changes: 4 additions & 0 deletions .github/.OwlBot.lock.yaml
@@ -0,0 +1,4 @@
docker:
digest: sha256:f556e6e7be625deb1b2429fe608df27be57185c3e6b7d39ee0059f1609f17530
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest

19 changes: 19 additions & 0 deletions .github/.OwlBot.yaml
@@ -0,0 +1,19 @@
# 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


begin-after-commit-hash: 397c0bfd367a2427104f988d5329bc117caafd95

1 change: 1 addition & 0 deletions .repo-metadata.json
@@ -0,0 +1 @@
{}
17 changes: 17 additions & 0 deletions owlbot.py
@@ -0,0 +1,17 @@
# 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
#
# https://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.

import synthtool.languages.node as node

node.owlbot_main(templates_excludes=["README.md"])
18 changes: 0 additions & 18 deletions synth.metadata

This file was deleted.

13 changes: 0 additions & 13 deletions synth.py

This file was deleted.

0 comments on commit 352beac

Please sign in to comment.