Skip to content

Commit c6306b0

Browse files
committed
undo demo, ready for review
1 parent d43388a commit c6306b0

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

.github/reviewers.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
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"
2+
"fs": "@nodejs/fs",
3+
"timers": "@nodejs/timers",
4+
"events": "@nodejs/events",
5+
"repl": "@nodejs/repl",
6+
"diagnostics": "@nodejs/diagnostics",
7+
"undici": "@nodejs/undici",
8+
"npm": "@nodejs/npm",
9+
"security": "@nodejs/security-wg",
10+
"n-api": "@nodejs/addon-api",
11+
"test": "@nodejs/test_runner",
12+
"typescript": "@nodejs/typescript"
1313
}

.github/workflows/request-review.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: Request Reviewers
22

33
on:
4-
# DEMO
5-
pull_request:
4+
pull_request_target:
65
branches:
76
- main
8-
# TMP
9-
- add-reviewer-support
107
types:
118
- opened
129
- reopened

0 commit comments

Comments
 (0)