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 to include gordon, jerry and kayla #36308

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Protect `.github` folder except the spell-check rules inside it. (The exception happens by not defining any owner user or group for the path.)
# Protection of the spell-check rules makes no sense as it needs to be changed in nearly every PR.
/.github/ @crutkas @DHowett @ethanfangg
/.github/ @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot
/.github/actions/spell-check/

# locking down pipeline folder
/.pipelines/ @crutkas @DHowett @ethanfangg
/.pipelines/ @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot

# locking down nuget config
nuget.config @crutkas @DHowett @ethanfangg
packages.config @crutkas @DHowett @ethanfangg
nuget.config @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot
packages.config @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot

# locking down files that should not change
LICENSE @crutkas @DHowett @ethanfangg
SECURITY.md @crutkas @DHowett @ethanfangg
CODE_OF_CONDUCT.md @crutkas @DHowett @ethanfangg
LICENSE @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot
SECURITY.md @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot
CODE_OF_CONDUCT.md @crutkas @DHowett @ethanfangg @cinnamon-msft @yeelam-gordon @jamrobot
1 change: 1 addition & 0 deletions .github/actions/spell-check/allow/names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Howett
htcfreek
Huynh
Ionut
jamrobot
Jaswal
jefflord
Jordi
Expand Down
Loading