Skip to content

Commit

Permalink
feat: add codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Jun 17, 2024
1 parent ba93a78 commit dcedaa1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

# Everything goes through the following "global owners" by default. Unless a
# later match takes precedence, they will be requested for review when someone
# opens a PR. Note that the last matching pattern takes precedence, so global
# owners are only requested if there isn't a more specific codeowner specified
# below. For this reason, the global codeowners are often repeated in
# package-level definitions.

* @noble-assets/engineering

# CODEOWNERS for the CODEOWNER file

/.github/CODEOWNERS @johnletey

0 comments on commit dcedaa1

Please sign in to comment.