Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CODEOWNERS so OR logic applies #2589

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Fix CODEOWNERS so OR logic applies #2589

merged 1 commit into from
Jan 10, 2025

Conversation

pburkholder
Copy link
Contributor

Changes proposed in this pull request:

Per https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax

If you want to match two or more code owners with the same pattern, all the code owners must be on the same line. If the code owners are not on the same line, the pattern matches only the last mentioned code owner.

Security Considerations

Follows established PR practices

Per https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax

If you want to match two or more code owners with the same pattern, all the code owners must be on the same line. If the code owners are not on the same line, the pattern matches only the last mentioned code owner.

Signed-off-by: Peter Burkholder <[email protected]>
@pburkholder pburkholder requested a review from a team as a code owner January 10, 2025 18:42
@pburkholder pburkholder added this pull request to the merge queue Jan 10, 2025
Merged via the queue into main with commit 868d5d1 Jan 10, 2025
7 checks passed
@pburkholder pburkholder deleted the pburkholder-patch-1 branch January 10, 2025 18:44
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