Skip to content

Commit

Permalink
chore: adds codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed Feb 22, 2022
1 parent 9a3846c commit 370922b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in the repo.
* @simonecorsi

# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
# *.js @octocat @github/js

# You can also use email addresses if you prefer.
# docs/* docs@example.com

0 comments on commit 370922b

Please sign in to comment.