Skip to content

Commit

Permalink
fix: add collaborators as codeowners (#6383)
Browse files Browse the repository at this point in the history
## Short description
This PR is a fix of [this
PR](#6335) and the goal is to adds
our collaborators from other companies as CODEOWNERS in order to allow
them to approve the PR
  • Loading branch information
Ladirico authored Nov 8, 2024
1 parent 9d4c578 commit 36d2985
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

* @pagopa/io-app @ChrisMattew @gispada @freddi301

/locales/ @pagopa/io-app @thisisjp
/ios/ItaliaApp/it.lproj/ @pagopa/io-app @thisisjp
/ios/ItaliaApp/en.lproj/ @pagopa/io-app @thisisjp
/ts/features/design-system @pagopa/io-app @dmnplb
/ts/components/ui @pagopa/io-app @dmnplb
/locales/ @pagopa/io-app @thisisjp @ChrisMattew @gispada @freddi301
/ios/ItaliaApp/it.lproj/ @pagopa/io-app @thisisjp @ChrisMattew @gispada @freddi301
/ios/ItaliaApp/en.lproj/ @pagopa/io-app @thisisjp @ChrisMattew @gispada @freddi301
/ts/features/design-system @pagopa/io-app @dmnplb @ChrisMattew @gispada @freddi301
/ts/components/ui @pagopa/io-app @dmnplb @ChrisMattew @gispada @freddi301

0 comments on commit 36d2985

Please sign in to comment.