Add CODEOWNERS file for team review enforcement#402
Merged
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #402 +/- ##
===========================================
+ Coverage 80.28% 81.68% +1.40%
===========================================
Files 16 16
Lines 3013 3184 +171
===========================================
+ Hits 2419 2601 +182
+ Misses 594 583 -11 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
alexgromero
approved these changes
Jun 30, 2026
Alan4506
pushed a commit
that referenced
this pull request
Jul 10, 2026
* release-0.19.1: Bumping version to 0.19.1 Don't use VersionId from HeadObject for multipart copies (#407) Bump https://github.com/astral-sh/ruff-pre-commit (#404) Bump actions/setup-python in the github-actions group (#405) Update CODEOWNERS to shared Python SDK and CLI team Add CODEOWNERS file for team review enforcement (#402) Bump actions/checkout from 6.0.2 to 7.0.0 in the github-actions group (#400) Bump https://github.com/astral-sh/ruff-pre-commit (#399) Bump codecov/codecov-action in the github-actions group (#398) Bump https://github.com/astral-sh/ruff-pre-commit (#397) Run linter over updated code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add
.github/CODEOWNERSto require team review on all PRs to the develop branch.This is part of aligning GitHub repository permissions with OSPO guidance (Python-8717).
Changes
.github/CODEOWNERSwith* @boto/sync-team-aws-sdk-pythonto ensure all PRs require approval from the Python SDK core team.