From fa5b81f0b3d85b8e343ebb468f8f047efbfe7120 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Fri, 28 Jan 2022 12:06:13 -0500 Subject: [PATCH] chore: update .repo-metadata.json fields (#590) --- .github/.OwlBot.lock.yaml | 15 ++++++++++++++- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/workflows/approve-readme.yaml | 2 +- .repo-metadata.json | 8 +++++--- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 731a0eb4..be3b9bde 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,16 @@ +# Copyright 2022 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/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:491a007c6bd6e77f9e9b1bebcd6cdf08a4a4ef2c228c123d9696845204cb685d + digest: sha256:7062473f423f339256346ddbee3d81fb1de6b784fabc2a4d959d7df2c720e375 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8f5f1b6f..cabcdd44 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,7 +21,7 @@ If you are still having issues, please include as much information as possible: General, Core, and Other are also allowed as types 2. OS type and version: 3. Java version: -4. google-cloud-shared-dependencies version(s): +4. version(s): #### Steps to reproduce diff --git a/.github/workflows/approve-readme.yaml b/.github/workflows/approve-readme.yaml index 7513acae..c5132427 100644 --- a/.github/workflows/approve-readme.yaml +++ b/.github/workflows/approve-readme.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme' steps: - - uses: actions/github-script@v3 + - uses: actions/github-script@v5 with: github-token: ${{secrets.YOSHI_APPROVER_TOKEN}} script: | diff --git a/.repo-metadata.json b/.repo-metadata.json index 9474c875..98f21b87 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,9 +1,11 @@ { - "name": "google-cloud-shared-dependencies", + "api_shortname": "google-cloud-shared-dependencies", "name_pretty": "Google Cloud Shared Dependencies BOM", - "release_level": "ga", + "client_documentation": "n/a", + "release_level": "stable", "language": "java", "repo": "googleapis/java-shared-dependencies", "repo_short": "java-shared-dependencies", - "distribution_name": "com.google.cloud:google-cloud-shared-dependencies" + "distribution_name": "com.google.cloud:google-cloud-shared-dependencies", + "library_type": "OTHER" }