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: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Fallback owner.
# These are the default owners for everything in the repo, unless a later match
# takes precedence.
* @frequenz-floss/api-dispatch-team @frequenz-floss/python-sdk-team
/{src,tests,docs,dist}/ @frequenz-floss/api-dispatch-team @frequenz-floss/python-sdk-team
Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

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

The new ownership pattern only covers specific directories, leaving other repository files (e.g., configuration files, CI/CD workflows, root-level files) without explicit owners. This means changes to critical files like .github/workflows/*, pyproject.toml, or this CODEOWNERS file itself won't require review from the specified teams. Consider whether this is intentional or if a fallback pattern like * @frequenz-floss/api-dispatch-team should remain.

Suggested change
/{src,tests,docs,dist}/ @frequenz-floss/api-dispatch-team @frequenz-floss/python-sdk-team
/{src,tests,docs,dist}/ @frequenz-floss/api-dispatch-team @frequenz-floss/python-sdk-team
# Global fallback owner for all other files.
* @frequenz-floss/api-dispatch-team

Copilot uses AI. Check for mistakes.