Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e707552

Browse filesBrowse files
daeyeondanielleadams
authored andcommitted
meta: update node-api in label-pr-config
Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: #43794 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent 380659d commit e707552
Copy full SHA for e707552

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Open diff view settings
Collapse file

‎.github/label-pr-config.yml‎

Copy file name to clipboardExpand all lines: .github/label-pr-config.yml
+3-2Lines changed: 3 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.