Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0d58bb9

Browse filesBrowse files
MoLowRafaelGSS
authored andcommitted
meta: remove dont-land-on-v12 auto labeling
PR-URL: #45233 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 42db849 commit 0d58bb9
Copy full SHA for 0d58bb9

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Open diff view settings
Collapse file

‎.github/label-pr-config.yml‎

Copy file name to clipboardExpand all lines: .github/label-pr-config.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ subSystemLabels:
3131
/^src\/node_report/: c++, report
3232
/^src\/node_wasi/: c++, wasi
3333
/^src\/node_worker/: c++, worker
34-
/^src\/quic\/*/: c++, quic, dont-land-on-v14.x, dont-land-on-v12.x
35-
/^src\/node_bob*/: c++, quic, dont-land-on-v14.x, dont-land-on-v12.x
34+
/^src\/quic\/*/: c++, quic, dont-land-on-v14.x
35+
/^src\/node_bob*/: c++, quic, dont-land-on-v14.x
3636

3737
# don't label python files as c++
3838
/^src\/.+\.py$/: python, needs-ci
@@ -54,7 +54,7 @@ subSystemLabels:
5454
/^vcbuild\.bat$/: build, windows, needs-ci
5555
/^(android-)?configure|node\.gyp|common\.gypi$/: build, needs-ci
5656
# more specific tools
57-
/^tools\/gyp/: tools, build, gyp, needs-ci, dont-land-on-v14.x, dont-land-on-v12.x
57+
/^tools\/gyp/: tools, build, gyp, needs-ci, dont-land-on-v14.x
5858
/^tools\/doc\//: tools, doc
5959
/^tools\/icu\//: tools, i18n-api, icu, needs-ci
6060
/^tools\/(?:osx-pkg\.pmdoc|pkgsrc)\//: tools, macos, install
@@ -80,11 +80,11 @@ subSystemLabels:
8080
/^deps\/v8\/tools\/gen-postmortem-metadata\.py/: v8 engine, python, post-mortem
8181
/^deps\/v8\//: v8 engine
8282
/^deps\/uvwasi\//: wasi
83-
/^deps\/npm\//: npm, fast-track, dont-land-on-v14.x, dont-land-on-v12.x
83+
/^deps\/npm\//: npm, fast-track, dont-land-on-v14.x
8484
/^deps\/nghttp2\/nghttp2\.gyp/: build, http2
8585
/^deps\/nghttp2\//: http2
86-
/^deps\/ngtcp2\//: quic, dont-land-on-v14.x, dont-land-on-v12.x
87-
/^deps\/nghttp3\//: quic, dont-land-on-v14.x, dont-land-on-v12.x
86+
/^deps\/ngtcp2\//: quic, dont-land-on-v14.x
87+
/^deps\/nghttp3\//: quic, dont-land-on-v14.x
8888
/^deps\/([^/]+)/: dependencies, $1
8989

9090
## JS subsystems
@@ -138,7 +138,7 @@ exlusiveLabels:
138138
# considered a subsystem of sorts
139139
/^doc\/api\/n-api.md$/: doc, node-api
140140
# quic
141-
/^doc\/api\/quic.md$/: doc, quic, dont-land-on-v14.x, dont-land-on-v12.x
141+
/^doc\/api\/quic.md$/: doc, quic, dont-land-on-v14.x
142142
# Add worker label to PRs that affect doc/api/worker_threads.md
143143
/^doc\/api\/worker_threads.md$/: doc, worker
144144
# test runner documentation

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.