| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3b2cee0 commit d9448b8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,8 +30,8 @@ subSystemLabels: | |||
| 30 | 30 | /^src\/node_report/: c++, report | |
| 31 | 31 | /^src\/node_wasi/: c++, wasi | |
| 32 | 32 | /^src\/node_worker/: c++, worker | |
| 33 | - /^src\/quic\/*/: c++, quic, dont-land-on-v14.x | ||
| 34 | - /^src\/node_bob*/: c++, quic, dont-land-on-v14.x | ||
| 33 | + /^src\/quic\/*/: c++, quic | ||
| 34 | + /^src\/node_bob*/: c++, quic | ||
| 35 | 35 | /^src\/node_sea/: single-executable | |
| 36 | 36 | ||
| 37 | 37 | # Properly label changes to V8 inspector integration-related files | |
@@ -51,7 +51,7 @@ subSystemLabels: | |||
| 51 | 51 | /^vcbuild\.bat$/: build, windows, needs-ci | |
| 52 | 52 | /^(?:android-)?configure|node\.gyp|common\.gypi$/: build, needs-ci | |
| 53 | 53 | # More specific tools | |
| 54 | - /^tools\/gyp/: tools, build, gyp, needs-ci, dont-land-on-v14.x | ||
| 54 | + /^tools\/gyp/: tools, build, gyp, needs-ci | ||
| 55 | 55 | /^tools\/doc\//: tools, doc | |
| 56 | 56 | /^tools\/icu\//: tools, i18n-api, icu, needs-ci | |
| 57 | 57 | /^tools\/osx-/: tools, macos | |
@@ -76,10 +76,10 @@ subSystemLabels: | |||
| 76 | 76 | /^deps\/v8\/tools\/gen-postmortem-metadata\.py/: v8 engine, python, post-mortem | |
| 77 | 77 | /^deps\/v8\//: v8 engine | |
| 78 | 78 | /^deps\/uvwasi\//: wasi | |
| 79 | - /^deps\/npm\//: npm, fast-track, dont-land-on-v14.x | ||
| 79 | + /^deps\/npm\//: npm, fast-track | ||
| 80 | 80 | /^deps\/nghttp2\/nghttp2\.gyp/: build, http2 | |
| 81 | 81 | /^deps\/nghttp2\//: http2 | |
| 82 | - /^deps\/ngtcp2\//: quic, dont-land-on-v14.x | ||
| 82 | + /^deps\/ngtcp2\//: quic | ||
| 83 | 83 | /^deps\/([^/]+)/: dependencies, $1 | |
| 84 | 84 | ||
| 85 | 85 | ## JS subsystems | |
@@ -94,11 +94,11 @@ subSystemLabels: | |||
| 94 | 94 | /^lib\/\w+\/streams$/: stream | |
| 95 | 95 | /^lib\/.*http2/: http2 | |
| 96 | 96 | /^lib\/worker_threads.js$/: worker | |
| 97 | - /^lib\/test.js$/: test_runner, dont-land-on-v14.x | ||
| 97 | + /^lib\/test.js$/: test_runner | ||
| 98 | 98 | /^lib\/internal\/url\.js$/: whatwg-url | |
| 99 | 99 | /^lib\/internal\/modules\/esm/: esm | |
| 100 | 100 | /^lib\/internal\/webstreams/: web streams | |
| 101 | - /^lib\/internal\/test_runner/: test_runner, dont-land-on-v14.x | ||
| 101 | + /^lib\/internal\/test_runner/: test_runner | ||
| 102 | 102 | ||
| 103 | 103 | # All other lib/ files map directly | |
| 104 | 104 | /^lib\/_(\w+)_\w+\.js?$/: $1 # e.g. _(stream)_wrap | |
@@ -134,7 +134,7 @@ exlusiveLabels: | |||
| 134 | 134 | # Add worker label to PRs that affect doc/api/worker_threads.md | |
| 135 | 135 | /^doc\/api\/worker_threads.md$/: doc, worker | |
| 136 | 136 | # test_runner documentation | |
| 137 | - /^doc\/api\/test.md$/: doc, test_runner, dont-land-on-v14.x | ||
| 137 | + /^doc\/api\/test.md$/: doc, test_runner | ||
| 138 | 138 | # Automatically tag JS subsystem-specific API doc changes | |
| 139 | 139 | /^doc\/api\/(\w+)\.md$/: doc, $1 | |
| 140 | 140 | # Add deprecations label to PRs that affect doc/api/deprecations.md | |
| Back | FazBrowse Home | New Git URL |
0 commit comments