From 4ddde922751fbcc5f66ad30df380defe314c72ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Sun, 11 Jan 2026 09:49:09 +0000 Subject: [PATCH] meta: label v8 module PRs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/61325 Reviewed-By: Michaƫl Zasso Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Chengzhong Wu Reviewed-By: Aviv Keller Reviewed-By: Luigi Pinca --- .github/label-pr-config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index 0b94dd5755d7d6..e2da4326c87f51 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -100,11 +100,13 @@ subSystemLabels: /^lib\/.*http2/: http2 /^lib\/worker_threads.js$/: worker /^lib\/test.js$/: test_runner + /^lib\/v8.js$/: v8 module /^lib\/internal\/url\.js$/: whatwg-url /^lib\/internal\/modules\/esm/: esm /^lib\/internal\/modules/: module /^lib\/internal\/webstreams/: web streams /^lib\/internal\/test_runner/: test_runner + /^lib\/internal\/v8\//: v8 module # All other lib/ files map directly /^lib\/_(\w+)_\w+\.js?$/: $1 # e.g. _(stream)_wrap