diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d08d984..2857de2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 \ No newline at end of file +/samples/ @googleapis/python-samples-owners diff --git a/.repo-metadata.json b/.repo-metadata.json index af5f987..9f2ea49 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -8,5 +8,6 @@ "language": "python", "repo": "googleapis/python-binary-authorization", "distribution_name": "google-cloud-binary-authorization", - "api_id": "binaryauthorization.googleapis.com" - } \ No newline at end of file + "api_id": "binaryauthorization.googleapis.com", + "codeowner_team": "@googleapis/cicd" + }