Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
feat: added CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Moore committed Oct 19, 2023
1 parent 1499c25 commit 72698ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Protect build scripts
*.js @tycrek

# Protect NPM files
*.json @tycrek

# Protect MIRRORS.md
/MIRRORS.md @tycrek

# Protect .github & others
/.github/ @tycrek
/.gitattributes @tycrek

0 comments on commit 72698ef

Please sign in to comment.