Skip to content

Commit

Permalink
fix: codeowner (#6898)
Browse files Browse the repository at this point in the history
* fix: codeowner

* chore: update CODEOWNERS paths

---------

Co-authored-by: Michael Esteban <mickel13@gmail.com>
  • Loading branch information
AugustinMauroy and mikeesto committed Jul 8, 2024
1 parent 0d508d7 commit 50bb2de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
.husky @nodejs/web-infra

# Framework
next.config.mjs @nodejs/web-infra
next.dynamic.mjs @nodejs/web-infra
app/site/next.config.mjs @nodejs/web-infra
app/site/next.dynamic.mjs @nodejs/web-infra

# Node.js Release Blog Posts
/pages/en/blog/release @nodejs/releasers
/pages/en/blog/announcements @nodejs/releasers
app/site/pages/en/blog/release @nodejs/releasers
app/site/pages/en/blog/announcements @nodejs/releasers

# Package Ecosystem
package.json @nodejs/nodejs-website
turbo.json @nodejs/nodejs-website @nodejs/web-infra

# Web Infrastructure
crowdin.yml @nodejs/web-infra
redirects.json @nodejs/web-infra
site.json @nodejs/web-infra
app/site/redirects.json @nodejs/web-infra
app/site/site.json @nodejs/web-infra

0 comments on commit 50bb2de

Please sign in to comment.