Skip to content

Commit

Permalink
chore: update code owners
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Mar 6, 2024
1 parent 5111638 commit 23037f9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @dgonzalezr @endv-bogdanb @Cata1989

# Any change related to the .github workflows
# will require approval from @dgonzalezr.
.github/ @dgonzalezr
.github/ @dgonzalezr @endv-bogdanb

# Any change related to the NPM dependencies
# will require approval from @dgonzalezr @endv-bogdanb.
Expand All @@ -10,4 +16,4 @@ package-lock.json @dgonzalezr @endv-bogdanb

# Any change inside the `/packages` directory
# will require approval from @dgonzalezr @endv-bogdanb.
/packages @dgonzalezr @endv-bogdanb
/packages @dgonzalezr @endv-bogdanb @Cata1989

0 comments on commit 23037f9

Please sign in to comment.