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

Commit

Permalink
Adding cicd team to codeowners (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinagraves committed Aug 27, 2021
1 parent 0752b32 commit 7ac0292
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -4,7 +4,9 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

* @googleapis/yoshi-java
# The @googleapis/cicd is the default owner for changes in this repo
* @googleapis/yoshi-java @googleapis/cicd
**/*.java @googleapis/cicd

# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @googleapis/java-samples-reviewers
5 changes: 3 additions & 2 deletions .repo-metadata.json
Expand Up @@ -12,5 +12,6 @@
"distribution_name": "com.google.cloud:google-cloud-binary-authorization",
"api_id": "binary-authorization.googleapis.com",
"requires_billing": true,
"library_type": "GAPIC_AUTO"
}
"library_type": "GAPIC_AUTO",
"codeowner_team": "@googleapis/cicd"
}

0 comments on commit 7ac0292

Please sign in to comment.