Skip to content

Commit

Permalink
chore: regenerate CODEOWNERS from templates (#153)
Browse files Browse the repository at this point in the history
CODEOWNERS is now managed by templates and we can configure the default team in the .repo-metadata.json file.
  • Loading branch information
chingor13 committed Jul 9, 2020
1 parent ae23b40 commit 2a2b15c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -4,5 +4,8 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

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

# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @googleapis/java-samples-reviewers
1 change: 1 addition & 0 deletions .repo-metadata.json
Expand Up @@ -9,5 +9,6 @@
"repo": "googleapis/java-datastore",
"repo_short": "java-datastore",
"distribution_name": "com.google.cloud:google-cloud-datastore",
"codeowner_team": "@googleapis/firestore-dpe",
"api_id": "datastore.googleapis.com"
}
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -3,23 +3,23 @@
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-datastore.git",
"sha": "4de5241268ee97a88bd6a066db97177b8b7f5b07"
"remote": "git@github.com:BenWhitehead/java-datastore.git",
"sha": "d0b86f4ef69f52925a5670385e494177e841cef2"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c829fa0bfa725adaf20d82e86cbc1220e3ffd784",
"internalRef": "316124477"
"sha": "99ae9a76dbecb2aab008d5403e25413f5da0f436",
"internalRef": "320455075"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "4f2c9f752a94042472fc03c5bd9e06e89817d2bd"
"sha": "799d8e6522c1ef7cb55a70d9ea0b15e045c3d00b"
}
}
],
Expand Down

0 comments on commit 2a2b15c

Please sign in to comment.