Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
chore: update .repo-metadata.json fields (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Jan 28, 2022
1 parent 5dbbce8 commit fa5b81f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
15 changes: 14 additions & 1 deletion .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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/approve-readme.yaml
Expand Up @@ -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: |
Expand Down
8 changes: 5 additions & 3 deletions .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"
}

0 comments on commit fa5b81f

Please sign in to comment.