From 2efe4d985bdc4ad7e32cb538d5fca8b7ddbad14e Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Sun, 2 Oct 2022 14:19:20 +0300 Subject: [PATCH] meta: label test.js and test.md with test_runner label PR-URL: https://github.com/nodejs/node/pull/44863 Reviewed-By: Darshan Sen Reviewed-By: James M Snell --- .github/label-pr-config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index 796877434b4cda..e9d1fa1c820932 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -99,10 +99,11 @@ subSystemLabels: /^lib\/\w+\/streams$/: stream /^lib\/.*http2/: http2 /^lib\/worker_threads.js$/: worker + /^lib\/test.js$/: test_runner, dont-land-on-v14.x /^lib\/internal\/url\.js$/: whatwg-url /^lib\/internal\/modules\/esm/: esm /^lib\/internal\/webstreams/: web streams - /^lib\/internal\/test_runner/: dont-land-on-v14.x + /^lib\/internal\/test_runner/: test_runner, dont-land-on-v14.x # All other lib/ files map directly /^lib\/_(\w+)_\w+\.js?$/: $1 # e.g. _(stream)_wrap @@ -140,6 +141,8 @@ exlusiveLabels: /^doc\/api\/quic.md$/: doc, quic, dont-land-on-v14.x, dont-land-on-v12.x # Add worker label to PRs that affect doc/api/worker_threads.md /^doc\/api\/worker_threads.md$/: doc, worker + # test runner documentation + /^doc\/api\/test.md$/: doc, test_runner, dont-land-on-v14.x # Automatically tag JS subsystem-specific API doc changes /^doc\/api\/(\w+)\.md$/: doc, $1 # Add deprecations label to PRs that affect doc/api/deprecations.md