We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43388a commit c6306b0Copy full SHA for c6306b0
.github/reviewers.json
@@ -1,13 +1,13 @@
1
{
2
- "fs": "<at>nodejs/fs",
3
- "timers": "<at>nodejs/timers",
4
- "events": "<at>nodejs/events",
5
- "repl": "<at>nodejs/repl",
6
- "diagnostics": "<at>nodejs/diagnostics",
7
- "undici": "<at>nodejs/undici",
8
- "npm": "<at>nodejs/npm",
9
- "security": "<at>nodejs/security-wg",
10
- "n-api": "<at>nodejs/addon-api",
11
- "test": "<at>nodejs/test_runner",
12
- "typescript": "<at>nodejs/typescript"
+ "fs": "@nodejs/fs",
+ "timers": "@nodejs/timers",
+ "events": "@nodejs/events",
+ "repl": "@nodejs/repl",
+ "diagnostics": "@nodejs/diagnostics",
+ "undici": "@nodejs/undici",
+ "npm": "@nodejs/npm",
+ "security": "@nodejs/security-wg",
+ "n-api": "@nodejs/addon-api",
+ "test": "@nodejs/test_runner",
+ "typescript": "@nodejs/typescript"
13
}
.github/workflows/request-review.yml
@@ -1,12 +1,9 @@
name: Request Reviewers
on:
- # DEMO
- pull_request:
+ pull_request_target:
branches:
- main
- # TMP
- - add-reviewer-support
types:
- opened
- reopened
0 commit comments