Skip to content

meta: fix `test_runner` labeling

there are 3 issues fixed by this PR (I tested the changes locally)

  1. doc/api/test.md was converted to https://github.com/nodejs/node/labels/test instead of https://github.com/nodejs/node/labels/test_runner
  2. lib/test.js was converted to https://github.com/nodejs/node/labels/test instead of https://github.com/nodejs/node/labels/test_runner
  3. lib/internal/test_runner/* only adds https://github.com/nodejs/node/labels/dont-land-on-v14.x but does not add https://github.com/nodejs/node/labels/test_runner (caused by https://github.com/nodejs/node/pull/44615)

examples: https://github.com/nodejs/node/pull/44854 https://github.com/nodejs/node/pull/44844

the third issue did not occur yet so there is no example for it

Merge request reports

Loading