From f2f2e2f1ad3aba3057bbb85d5e71e4c37e03e6fd Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:30:14 -0400 Subject: [PATCH] meta: standardize regex PR-URL: https://github.com/nodejs/node/pull/52693 Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau --- .github/label-pr-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index 3961cda0e38724..701d494ab40bd8 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -86,7 +86,7 @@ subSystemLabels: # Oddities first /^lib\/(?:punycode|\w+\/freelist|sys\.js)/: '' /^lib\/constants\.js$/: lib / src - /^lib\/internal/debugger$/: debugger + /^lib\/internal\/debugger$/: debugger /^lib\/internal\/linkedlist\.js$/: timers /^lib\/internal\/bootstrap/: lib / src /^lib\/internal\/v8_prof_/: tools