Skip to content

Commit

Permalink
Simplify codeowners file
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Feb 10, 2025
1 parent c4836e5 commit 7b912e4
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,4 @@
# The last matching pattern has the most precendence.

# These *code owners* will be the default owners for everything in the repository.
* @chrisdholt @janechu @nicholasrice @radium-v

# File type specific owners
# Markdown specific files
*.md @awentzel @chrisdholt @falkicon
/docs/ @awentzel @chrisdholt @falkicon

# GitHub management
.github/ @awentzel @janechu @chrisdholt @nicholasrice
.github/workflows/ @awentzel @chrisdholt @nicholasrice

# Build scripts
*.yml @awentzel @janechu @nicholasrice @chrisdholt
build/ @janechu @nicholasrice @chrisdholt @awentzel

# Specifications
/specs/ @chrisdholt @janechu @nicholasrice

# Sites
/sites/website/ @awentzel @chrisdholt @falkicon

# Package specific owners

# Web components
/packages/web-components/fast-element/ @chrisdholt @janechu @nicholasrice

# the change directory has no owners
/change/
* @chrisdholt @janechu @radium-v

0 comments on commit 7b912e4

Please sign in to comment.