-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Add @cli/code-reviewers to all CODEOWNERS rules #13190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -1,18 +1,18 @@ | ||||
| * @cli/code-reviewers | ||||
|
|
||||
| pkg/cmd/codespace/ @cli/codespaces | ||||
| internal/codespaces/ @cli/codespaces | ||||
| pkg/cmd/codespace/ @cli/codespaces @cli/code-reviewers | ||||
| internal/codespaces/ @cli/codespaces @cli/code-reviewers | ||||
|
|
||||
| # Limit Package Security team ownership to the attestation command package and related integration tests | ||||
| pkg/cmd/attestation/ @cli/package-security | ||||
| pkg/cmd/release/attestation/ @cli/package-security | ||||
| pkg/cmd/release/verify/ @cli/package-security | ||||
| pkg/cmd/release/verify-asset/ @cli/package-security | ||||
| pkg/cmd/release/shared/ @cli/package-security | ||||
| pkg/cmd/attestation/ @cli/package-security @cli/code-reviewers | ||||
| pkg/cmd/release/attestation/ @cli/package-security @cli/code-reviewers | ||||
| pkg/cmd/release/verify/ @cli/package-security @cli/code-reviewers | ||||
| pkg/cmd/release/verify-asset/ @cli/package-security @cli/code-reviewers | ||||
| pkg/cmd/release/shared/ @cli/package-security @cli/code-reviewers | ||||
|
|
||||
| test/integration/attestation-cmd @cli/package-security | ||||
| test/integration/attestation-cmd @cli/package-security @cli/code-reviewers | ||||
|
|
||||
| pkg/cmd/attestation/verification/embed/tuf-repo.github.com/ @cli/tuf-root-reviewers | ||||
| pkg/cmd/attestation/verification/embed/tuf-repo.github.com/ @cli/tuf-root-reviewers @cli/code-reviewers | ||||
|
| pkg/cmd/attestation/verification/embed/tuf-repo.github.com/ @cli/tuf-root-reviewers @cli/code-reviewers | |
| pkg/cmd/attestation/verification/embed/tuf-repo.github.com/ @cli/tuf-root-reviewers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The header comment says ownership is limited to the Package Security team, but the following rules now also include @cli/code-reviewers. Please update the comment to reflect the new intent (e.g., that either team can approve these paths).