Skip to content

Commit

Permalink
chore: add DevPlat as CodeOwners (#14)
Browse files Browse the repository at this point in the history
* Update .repo-metadata.json

* Update .repo-metadata.json to include dev-play team as codeowners

* Update the CODEOWNERS file manually to add the DevPlat team
  • Loading branch information
Shabirmean authored Mar 24, 2021
1 parent 4e69942 commit a267b22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-binary-authorization/.github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

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


/samples/ @googleapis/python-samples-owners
/samples/ @googleapis/python-samples-owners
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"language": "python",
"repo": "googleapis/python-binary-authorization",
"distribution_name": "google-cloud-binary-authorization",
"api_id": "binaryauthorization.googleapis.com"
}
"api_id": "binaryauthorization.googleapis.com",
"codeowner_team": "@googleapis/cicd"
}

0 comments on commit a267b22

Please sign in to comment.