Skip to content

Commit

Permalink
chore(github): add codeowners (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
faris-imi authored Feb 22, 2024
1 parent 19238d8 commit 16ed004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,they will
# be requested for review when someone opens a pull request.
* @hCaptcha/react-reviewers
* @hCaptcha/hcaptcha-reviewers @hCaptcha/react-reviewers

# Javascript Owners
*.js @hCaptcha/react-reviewers
*.js @hCaptcha/hcaptcha-reviewers @hCaptcha/react-reviewers

# Github Action Owners
.github/actions @hCaptcha/react-reviewers
.github/workflow @hCaptcha/react-reviewers
.github/actions @hCaptcha/hcaptcha-reviewers @hCaptcha/react-reviewers
.github/workflow @hCaptcha/hcaptcha-reviewers @hCaptcha/react-reviewers

0 comments on commit 16ed004

Please sign in to comment.