Skip to content

Commit

Permalink
fix: add OWNERS file (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Oliveira <[email protected]>
  • Loading branch information
mateusoliveira43 authored Apr 1, 2024
1 parent c6505f4 commit dc362a7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ insert_final_newline = true
[{*.go,go.mod,Makefile}]
indent_style = unset

[{*.{yaml,yml},PROJECT}]
[{*.{yaml,yml},PROJECT,OWNERS}]
indent_size = 2

[{*.md,LICENSE}]
Expand Down
16 changes: 16 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
approvers:
- kaovilai
- mateusoliveira43
- mpryc
- mrnold
- rayfordj
- shawn-hurley
- shubham-pampattiwar
- sseago
reviewers:
- kaovilai
- mateusoliveira43
- mpryc
- mrnold
- shubham-pampattiwar
- sseago

0 comments on commit dc362a7

Please sign in to comment.