Skip to content

Commit

Permalink
Update Next.js code owners
Browse files Browse the repository at this point in the history
  • Loading branch information
mknichel committed Jun 14, 2023
1 parent d27a496 commit aa1d767
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 12 deletions.
1 change: 1 addition & 0 deletions .cargo/.vercel.approvers
@@ -0,0 +1 @@
@vercel/web-tooling
1 change: 1 addition & 0 deletions .config/.vercel.approvers
@@ -0,0 +1 @@
nextest.toml @vercel/web-tooling
8 changes: 3 additions & 5 deletions .vercel.approvers
Expand Up @@ -4,15 +4,13 @@
@shuding
@huozhi
@feedthejim
@vercel/next.js:optional
@vercel/next-js:optional

# Tooling & Telemetry
pnpm-lock.yaml @vercel/web-tooling
pnpm-lock.yaml @vercel/web-tooling:optional
Cargo.toml @vercel/web-tooling
Cargo.lock @vercel/web-tooling
/.cargo/config.toml @vercel/web-tooling
/.config/nextest.toml @vercel/web-tooling

# Catch any markdown files outside docs (e.g. examples)
**/*.md @vercel/devex
**/*.mdx @vercel/devex
**/*.mdx @vercel/devex
5 changes: 4 additions & 1 deletion packages/next/src/client/.vercel.approvers
@@ -1 +1,4 @@
**/use-intersection.tsx @timneutkens @ijjk @shuding @styfle
use-intersection.tsx @timneutkens:notify
use-intersection.tsx @ijjk:notify
use-intersection.tsx @shuding:notify
use-intersection.tsx @styfle:notify
12 changes: 10 additions & 2 deletions packages/next/src/server/.vercel.approvers
@@ -1,2 +1,10 @@
**/serve-static.ts @timneutkens @ijjk @shuding @styfle @huozhi
**/config.ts @timneutkens @ijjk @shuding @styfle @huozhi
config.ts @timneutkens:notify
config.ts @ijjk:notify
config.ts @shuding:notify
config.ts @styfle:notify
config.ts @huozhi:notify
serve-static.ts @timneutkens:notify
serve-static.ts @ijjk:notify
serve-static.ts @shuding:notify
serve-static.ts @styfle:notify
serve-static.ts @huozhi:notify
8 changes: 4 additions & 4 deletions packages/next/src/server/lib/squoosh/.vercel.approvers
@@ -1,4 +1,4 @@
@timneutkens
@ijjk
@shuding
@styfle
@timneutkens:notify
@ijjk:notify
@shuding:notify
@styfle:notify

0 comments on commit aa1d767

Please sign in to comment.