From e326342bd7bde4cd25ea75231e58eeec48ffb960 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Sat, 27 Jul 2024 06:35:40 -0700 Subject: [PATCH] meta: add `sqlite` to js subsystems PR-URL: https://github.com/nodejs/node/pull/53911 Reviewed-By: Antoine du Hamel Reviewed-By: Jake Yuesong Li --- .github/label-pr-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index 5836b7e83262ef..5a9764b1908b0b 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -187,6 +187,7 @@ allJsSubSystems: - readline - repl - report + - sqlite - stream - string_decoder - timers