Skip to content

chore: update CODEOWNERS to make dependency files owner-free#161

Merged
panz3r merged 1 commit intomainfrom
chore/codeowners-update
Nov 18, 2025
Merged

chore: update CODEOWNERS to make dependency files owner-free#161
panz3r merged 1 commit intomainfrom
chore/codeowners-update

Conversation

@panz3r
Copy link
Copy Markdown
Member

@panz3r panz3r commented Nov 18, 2025

This PR introduces a minor update to the .github/CODEOWNERS file.
The change removes ownership assignment for the main dependency files, making them owner-free.

Copilot AI review requested due to automatic review settings November 18, 2025 22:26
@panz3r panz3r enabled auto-merge (squash) November 18, 2025 22:26
@panz3r panz3r merged commit 9523bf7 into main Nov 18, 2025
14 checks passed
@panz3r panz3r deleted the chore/codeowners-update branch November 18, 2025 22:27
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the .github/CODEOWNERS file to remove ownership assignment for dependency files (package.json and pnpm-lock.yaml), making them owner-free to allow any contributor to modify them without requiring specific owner approval.

Key Changes:

  • Added entries for package.json and pnpm-lock.yaml without owner assignments

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/CODEOWNERS
Comment on lines +17 to +18
package.json
pnpm-lock.yaml
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

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

The file paths should start with / to correctly match files at the repository root. Without the leading slash, these patterns may not work as intended in CODEOWNERS syntax.

Suggestion:

/package.json
/pnpm-lock.yaml
Suggested change
package.json
pnpm-lock.yaml
/package.json
/pnpm-lock.yaml

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants