Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Closed
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
9 changes: 5 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
#
# For syntax help see:
# 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.

# The @googleapis/yoshi-python and @googleapis/actools are the default code owners for changes in this repo
* @googleapis/yoshi-python @googleapis/actools
# @googleapis/yoshi-python @googleapis/actools are the default owners for changes in this repo
* @googleapis/yoshi-python @googleapis/actools


/samples/ @m-strzelczyk @googleapis/python-samples-owners
# @googleapis/python-samples-owners @googleapis/actools are the default owners for samples changes
/samples/ @googleapis/python-samples-owners @googleapis/actools
3 changes: 2 additions & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-compute.git",
"sha": "6248fdd993c914ed4b94ab483a8168fb3fcd615e"
"sha": "24836917b08eecf65e6dd00d33a28f22d050e733"
}
},
{
Expand All @@ -29,6 +29,7 @@
"generatedFiles": [
".coveragerc",
".flake8",
".github/CODEOWNERS",
".github/CONTRIBUTING.md",
".github/ISSUE_TEMPLATE/bug_report.md",
".github/ISSUE_TEMPLATE/feature_request.md",
Expand Down