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

Update CODEOWNERS #35

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Update CODEOWNERS #35

merged 1 commit into from
Apr 15, 2024

Conversation

aligent-lturner
Copy link
Collaborator

Order matters in CODEOWNERS file - apparently the last matching pattern takes precedence.
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
*       @global-owner1 @global-owner2

# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies JS files, only @js-owner and not the global
# owner(s) will be requested for a review.
*.js    @js-owner #This is an inline comment.

Order matters in CODEOWNERS file - apparently the last matching pattern takes precedence.
@aligent-lturner aligent-lturner requested a review from a team as a code owner April 12, 2024 00:25
@aligent-lturner aligent-lturner requested review from AdamJHall and TheOrangePuff and removed request for AdamJHall April 12, 2024 00:25
@aligent-lturner aligent-lturner merged commit aeef591 into main Apr 15, 2024
4 checks passed
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