Skip to content

Commit

Permalink
Update CODEOWNERS (#3151)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregBrimble authored Jun 13, 2023
1 parent 6a8d8a0 commit 8414964
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2,
"files.associations": {
"api-extractor.json": "jsonc"
"api-extractor.json": "jsonc",
"CODEOWNERS": "plaintext"
}
}
9 changes: 7 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Global owners

* @cloudflare/wrangler

/packages/wrangler/CHANGELOG.md @cloudflare/wrangler-admins

/.changeset/ @cloudflare/wrangler @cloudflare/pages @cloudflare/d1
/fixtures/ @cloudflare/wrangler @cloudflare/pages @cloudflare/d1

/packages/pages-shared/ @cloudflare/pages
/packages/wrangler/pages/ @cloudflare/pages
/packages/wrangler/src/api/pages/ @cloudflare/pages
/packages/wrangler/src/pages/ @cloudflare/pages

/packages/wrangler/src/api/d1/ @cloudflare/d1
/packages/wrangler/src/d1/ @cloudflare/d1

/packages/create-cloudflare/ @jculvey @RamIdeas @petebacondarwin

0 comments on commit 8414964

Please sign in to comment.