Skip to content

Commit

Permalink
chore: add codeowners (#20)
Browse files Browse the repository at this point in the history
* chore: add codeowners

* fix: one codeowner is fine
  • Loading branch information
IanKrieger authored Dec 7, 2023
1 parent 54c06f7 commit 0609351
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# the last match is the one that takes preference, so more general rules need to come first
#
# Note: this file primarily exists to ensure that PR's are tagged to review to a sensible audience, we
# deliberately allow review by any approved committer, not just the code owner.

# to reduce renovate spam: just send these to the core team
/.github/workflows @IanKrieger

.node-version @IanKrieger

package*.json @IanKrieger


0 comments on commit 0609351

Please sign in to comment.