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

chore: set cdpe-cloudai as codeowner #128

Merged
merged 4 commits into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
# Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json.

# @googleapis/yoshi-python is the default owner for changes in this repo
* @googleapis/yoshi-python
# @googleapis/yoshi-python @googleapis/cdpe-cloudai are the default owners for changes in this repo
* @googleapis/yoshi-python @googleapis/cdpe-cloudai

# @googleapis/python-samples-reviewers is the default owner for samples changes
/samples/ @googleapis/python-samples-reviewers
# @googleapis/python-samples-reviewers @googleapis/cdpe-cloudai are the default owners for samples changes
/samples/ @googleapis/python-samples-reviewers @googleapis/cdpe-cloudai
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"distribution_name": "google-cloud-video-transcoder",
"api_id": "transcoder.googleapis.com",
"default_version": "v1",
"codeowner_team": "",
"codeowner_team": "@googleapis/cdpe-cloudai",
"api_shortname": "transcoder"
}
1 change: 1 addition & 0 deletions samples/snippets/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def _session_tests(
) -> None:
# check for presence of tests
test_list = glob.glob("*_test.py") + glob.glob("test_*.py")
test_list.extend(glob.glob("tests"))
if len(test_list) == 0:
print("No tests found, skipping directory.")
else:
Expand Down