Skip to content

Revert "Make CODEOWNERS more specific"#241

Merged
Marenz merged 1 commit intofrequenz-floss:v1.x.xfrom
Marenz:revert
Nov 12, 2025
Merged

Revert "Make CODEOWNERS more specific"#241
Marenz merged 1 commit intofrequenz-floss:v1.x.xfrom
Marenz:revert

Conversation

@Marenz
Copy link
Contributor

@Marenz Marenz commented Nov 10, 2025

This reverts commit 95082b6.
We decided to instead make the CODEOWNERS not required for approval

Copilot AI review requested due to automatic review settings November 10, 2025 13:05
@github-actions github-actions bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) part:dispatcher labels Nov 10, 2025
This reverts commit 95082b6.

Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
Copy link

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 CODEOWNERS file to simplify the ownership pattern by replacing a specific directory-based rule with a wildcard pattern that covers all files in the repository.

Key Changes:

  • Changed the ownership pattern from specific directories (/{src,tests,docs,dist}/) to a universal wildcard (*) pattern

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

# These are the default owners for everything in the repo, unless a later match
# takes precedence.
/{src,tests,docs,dist}/ @frequenz-floss/api-dispatch-team @frequenz-floss/python-sdk-team
* @frequenz-floss/api-dispatch-team @frequenz-floss/python-sdk-team
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

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

The wildcard pattern * only matches files in the root directory, not files in subdirectories. To match all files recursively throughout the repository, use ** or */** instead. If the intention is to maintain the previous behavior of covering src, tests, docs, and dist directories, the current pattern will not achieve this.

Suggested change
* @frequenz-floss/api-dispatch-team @frequenz-floss/python-sdk-team
** @frequenz-floss/api-dispatch-team @frequenz-floss/python-sdk-team

Copilot uses AI. Check for mistakes.
@Marenz Marenz merged commit 940b5d9 into frequenz-floss:v1.x.x Nov 12, 2025
6 checks passed
@Marenz Marenz deleted the revert branch November 12, 2025 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:dispatcher part:tooling Affects the development tooling (CI, deployment, dependency management, etc.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant