Skip to content

Conversation

esolitos
Copy link
Contributor

What

  • ensure that the discovered OWNERS files are processed in a sorted, case-insensitive, and uniqued

Why

  • maintain consistency between PRs

@esolitos esolitos requested review from bjorncs and Copilot August 28, 2025 11:51
@esolitos esolitos self-assigned this Aug 28, 2025
Copy link

@Copilot 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 fixes the CODEOWNERS generation process to ensure consistency by sorting and deduplicating discovered OWNERS files. The change addresses potential inconsistencies between PRs where OWNERS files might be processed in different orders.

  • Adds sorting and deduplication to the find command that discovers OWNERS files
  • Ensures case-insensitive sorting with the --ignore-case flag
  • Uses --unique to remove any duplicate entries

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@esolitos esolitos merged commit fb6f9d2 into main Aug 28, 2025
4 checks passed
@esolitos esolitos deleted the marlon/codeowners branch August 28, 2025 11:59
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