Skip to content
Merged
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
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# - @googleapis/gcs-team
# - @googleapis/pubsub-team
# - @googleapis/spanner-team
# - @googleapis/cloud-sdk-librarian-team

# As per the above, the following list is only used for notifications, not for approvals.
# Googlers see b/477912165 and corresponding design doc
Expand All @@ -44,3 +45,4 @@
/packages/pandas-gbq/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
/packages/sqlalchemy-bigquery/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
/packages/sqlalchemy-spanner/ @googleapis/spanner-team
/librarian.yaml @googleapis/cloud-sdk-librarian-team
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The pull request title mentions adding reviewers for all librarian.yaml changes. However, the pattern /librarian.yaml is anchored to the repository root and will only match a file at that specific location. If the intention is to cover all librarian.yaml files across the repository (e.g., within various package directories), the leading slash should be removed.

librarian.yaml                                @googleapis/cloud-sdk-librarian-team

Loading