Skip to content

Commit e707552

Browse files
daeyeondanielleadams
authored andcommitted
meta: update node-api in label-pr-config
Signed-off-by: Daeyeon Jeong [email protected] PR-URL: #43794 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 380659d commit e707552

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/label-pr-config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ subSystemLabels:
2626
/^src\/.*win32.*/: c++, windows
2727
/^src\/node_zlib/: c++, zlib
2828
/^src\/tracing/: c++, tracing
29-
/^src\/node_api/: c++, node-api
29+
/^src\/(?:node_api|js_native_api)/: c++, node-api
3030
/^src\/node_http2/: c++, http2
3131
/^src\/node_report/: c++, report
3232
/^src\/node_wasi/: c++, wasi
@@ -117,7 +117,8 @@ exlusiveLabels:
117117
/^test\/inspector\//: test, inspector
118118
/^test\/cctest\/test_inspector/: test, inspector
119119
/^test\/cctest\/test_url/: test, whatwg-url
120-
/^test\/addons-napi\//: test, node-api
120+
/^test\/node-api\//: test, node-api
121+
/^test\/js-native-api\//: test, node-api
121122
/^test\/async-hooks\//: test, async_hooks
122123
/^test\/report\//: test, report
123124
/^test\/fixtures\/es-module/: test, esm

0 commit comments

Comments
 (0)