We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node-api
1 parent 380659d commit e707552Copy full SHA for e707552
.github/label-pr-config.yml
@@ -26,7 +26,7 @@ subSystemLabels:
26
/^src\/.*win32.*/: c++, windows
27
/^src\/node_zlib/: c++, zlib
28
/^src\/tracing/: c++, tracing
29
- /^src\/node_api/: c++, node-api
+ /^src\/(?:node_api|js_native_api)/: c++, node-api
30
/^src\/node_http2/: c++, http2
31
/^src\/node_report/: c++, report
32
/^src\/node_wasi/: c++, wasi
@@ -117,7 +117,8 @@ exlusiveLabels:
117
/^test\/inspector\//: test, inspector
118
/^test\/cctest\/test_inspector/: test, inspector
119
/^test\/cctest\/test_url/: test, whatwg-url
120
- /^test\/addons-napi\//: test, node-api
+ /^test\/node-api\//: test, node-api
121
+ /^test\/js-native-api\//: test, node-api
122
/^test\/async-hooks\//: test, async_hooks
123
/^test\/report\//: test, report
124
/^test\/fixtures\/es-module/: test, esm
0 commit comments