Skip to content

Commit

Permalink
fix: add codeowners
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rice <[email protected]>
  • Loading branch information
mrice32 committed Dec 31, 2024
1 parent 5278146 commit 78f39e9
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 @@

# This is a comment.
# Each line is a file pattern followed by one or more owners.
# Note: CODEOWNERS are automatically requested for review on relevant PRs.
# Order is important; the last matching pattern takes the most
# precedence.

# These owners will be the default owners for everything in
# the repo unless a later match takes precedence.
* @mrice32 @nicholaspai @dohaki @james-a-morris

# Serverless api
api/* @mrice32 @nicholaspai @dohaki @james-a-morris @pxrl

0 comments on commit 78f39e9

Please sign in to comment.