forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Next.js code owners (vercel#51319)
This PR updates `.vercel.approvers` files to fix some validation errors and to more closely match desired behavior for assigning and notifying members of the team for reviews that was discussed on an internal Slack thread. - Owners files for `.cargo/` and `.config/` are moved to their respective directories instead of being placed at the root. - Fixes the `@vercel/next-js` team name (it uses a dash instead of a period) - Adds `:notify` to reviewers so that all of the people listed are notified of the pull request, but only a single person would be requested as a reviewer. - `@vercel/web-tooling:optional` was made optional so that they are not requested for any change to `pnpm-lock.yaml` but still have the ability to approve PRs that modify it. ---------
- Loading branch information
Showing
6 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@vercel/web-tooling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nextest.toml @vercel/web-tooling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@timneutkens | ||
@ijjk | ||
@shuding | ||
@styfle | ||
@timneutkens:notify | ||
@ijjk:notify | ||
@shuding:notify | ||
@styfle:notify |