Skip to content

Commit 43f24d0

Browse files
sokralubieowoce
authored andcommittedAug 23, 2024·
Switch from automatically requesting reviews to manually requesting them (#67024)
It's annoying that all people are requested as reviewer on every PR. Instead we want to manually request specific people.

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed
 

‎.github/CODEOWNERS

-43
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,2 @@
11
# Learn how to add code owners here:
22
# https://help.github.com/en/articles/about-code-owners
3-
4-
5-
* @timneutkens @ijjk @shuding @huozhi @feedthejim @ztanner @wyattjoh
6-
/.git* @vercel/next-js @vercel/devex
7-
/docs/ @vercel/next-js @vercel/devex
8-
/errors/ @vercel/next-js @vercel/devex
9-
/examples/ @vercel/next-js @vercel/devex
10-
/scripts/ @vercel/next-js
11-
/.alex* @vercel/next-js @leerob
12-
/.eslint* @vercel/next-js @leerob
13-
/.prettier* @vercel/next-js @leerob
14-
/*.md @vercel/next-js @vercel/devex
15-
/*.mdx @vercel/next-js @vercel/devex
16-
/packages/create-next-app/ @vercel/next-js
17-
/pnpm-lock.yaml @vercel/next-js @vercel/turbopack
18-
19-
# Next.js CLI
20-
21-
/packages/next/src/bin @timneutkens @ijjk @shuding @samcx
22-
/packages/next/src/cli @timneutkens @ijjk @shuding @samcx
23-
24-
# Image Component (@styfle)
25-
26-
/**/*image* @timneutkens @ijjk @shuding @styfle @huozhi @ztanner @vercel/devex
27-
/**/*image*/** @timneutkens @ijjk @shuding @styfle @huozhi @ztanner @vercel/devex
28-
/**/*img* @timneutkens @ijjk @shuding @styfle @huozhi @ztanner @vercel/devex
29-
/packages/next/client/use-intersection.tsx @timneutkens @ijjk @shuding @styfle
30-
/packages/next/server/lib/squoosh/ @timneutkens @ijjk @shuding @styfle
31-
/packages/next/server/serve-static.ts @timneutkens @ijjk @shuding @styfle @huozhi @ztanner
32-
/packages/next/server/config.ts @timneutkens @ijjk @shuding @styfle @huozhi @ztanner
33-
34-
# Tooling & Telemetry
35-
36-
/packages/next/src/build/ @timneutkens @ijjk @shuding @huozhi @ztanner @feedthejim @vercel/turbopack
37-
/packages/next/src/server/lib/router-utils/setup-dev-bundler.ts @timneutkens @ijjk @shuding @huozhi @feedthejim @ztanner @wyattjoh @vercel/turbopack
38-
/packages/next/src/telemetry/ @timneutkens @ijjk @shuding @padmaia
39-
/packages/next-swc/ @timneutkens @ijjk @shuding @huozhi @vercel/turbopack
40-
Cargo.toml @timneutkens @ijjk @shuding @huozhi @vercel/turbopack
41-
Cargo.lock @timneutkens @ijjk @shuding @huozhi @vercel/turbopack
42-
/.cargo/config.toml @timneutkens @ijjk @shuding @huozhi @vercel/turbopack
43-
/.config/nextest.toml @timneutkens @ijjk @shuding @huozhi @vercel/turbopack
44-
/test/build-turbopack-dev-tests-manifest.js @timneutkens @ijjk @shuding @huozhi @vercel/turbopack
45-
/test/turbopack-dev-tests-manifest.json @timneutkens @ijjk @shuding @huozhi @vercel/turbopack

0 commit comments

Comments
 (0)
Please sign in to comment.