From 6af7f1ee034f55927fbaa7c55cb1e2661340705a Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Thu, 13 Apr 2023 11:56:56 -0400 Subject: [PATCH] tools: add url and whatwg-url labels automatically PR-URL: https://github.com/nodejs/node/pull/47545 Reviewed-By: Moshe Atlow Reviewed-By: Debadree Chatterjee --- .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 c519ee60a2e7ee..ab60767072e5da 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -158,6 +158,7 @@ exlusiveLabels: /^benchmark\/_http/: benchmark, http /^benchmark\/(?:misc|fixtures)\//: benchmark /^benchmark\/streams\//: benchmark, stream + /^benchmark\/url\//: benchmark, url, whatwg-url /^benchmark\/([^/]+)\//: benchmark, $1 /^benchmark\//: benchmark, performance