Skip to content

Commit 3a8a4c2

Browse files
committed
chore(CI): Add a few more turbopack paths to labeler config
1 parent c7815ad commit 3a8a4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/labeler.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"examples": ["examples/**"],
66
"Font (next/font)": ["**/*font*"],
77
"tests": ["test/**", "bench/**"],
8-
"Turbopack": ["crates/next-*/**"],
8+
"Turbopack": ["crates/next-*/**", "crates/napi/**", "turbopack/**"],
99
"created-by: Chrome Aurora": [
1010
{ "type": "user", "pattern": "atcastle" },
1111
{ "type": "user", "pattern": "devknoll" },

0 commit comments

Comments
 (0)