Skip to content

Commit

Permalink
Simplify codeowners file (#7069)
Browse files Browse the repository at this point in the history
# Pull Request

## 📖 Description

The CODEOWNERS file is too complex and we have a limited number of reviewers at present so this change should help move things through the development process more swiftly while maintaining quality for trusted reviewers.

This change also removes @nicholasrice due to current write permissions not being available for the user which throws an error in GitHub.

## ✅ Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have included a change request file using `$ npm run change`
- [ ] I have added tests for my changes.
- [ ] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
- [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/main/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/main/CODE_OF_CONDUCT.md#our-standards) for this project.
  • Loading branch information
janechu authored Feb 13, 2025
1 parent 9717820 commit dd87b12
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 dd87b12

Please sign in to comment.