Skip to content
Closed
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 CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# All changes should be reviewed by a member of one of the following teams
Copy link

Copilot AI Dec 17, 2025

Choose a reason for hiding this comment

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

Adding a CODEOWNERS file in the root directory will take precedence over the existing .github/CODEOWNERS file. GitHub prioritizes CODEOWNERS files in this order: root directory, .github/ directory, then docs/ directory. This means the specific rules in .github/CODEOWNERS (which assign both engineer-reviewers and design-reviewers to package.json and package-lock.json) will be overridden by this generic rule. Consider either updating the existing .github/CODEOWNERS file instead, or ensuring this new file includes all the specific rules from the existing file.

Suggested change
# All changes should be reviewed by a member of one of the following teams
# All changes should be reviewed by a member of one of the following teams
/package.json @primer/engineer-reviewers @primer/design-reviewers
/package-lock.json @primer/engineer-reviewers @primer/design-reviewers

Copilot uses AI. Check for mistakes.
* @primer/engineer-reviewers @primer/design-reviewers
Loading