Skip to content

Conversation

jakecastelli
Copy link
Member

I have noticed that changes related to stream in the lib folder do not automatically add stream label on the PR, and requires collaborator or triager to manually do so. I am not sure if there is a reason that I am not aware of, but this PR should potentially fix it.

Files covered by the regex (totally 27 files):

➜  $ find lib -type f | grep '^lib\/\(_stream.*\|internal/streams/.*\|stream\.js\|stream/.*\)$'        
lib/stream.js
lib/stream/consumers.js
lib/stream/promises.js
lib/stream/web.js
lib/internal/streams/add-abort-signal.js
lib/internal/streams/compose.js
lib/internal/streams/duplexify.js
lib/internal/streams/destroy.js
lib/internal/streams/legacy.js
lib/internal/streams/passthrough.js
lib/internal/streams/operators.js
lib/internal/streams/readable.js
lib/internal/streams/from.js
lib/internal/streams/writable.js
lib/internal/streams/state.js
lib/internal/streams/end-of-stream.js
lib/internal/streams/utils.js
lib/internal/streams/transform.js
lib/internal/streams/lazy_transform.js
lib/internal/streams/duplex.js
lib/internal/streams/pipeline.js
lib/_stream_wrap.js
lib/_stream_passthrough.js
lib/_stream_transform.js
lib/_stream_duplex.js
lib/_stream_readable.js
lib/_stream_writable.js

@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Jun 3, 2024
@richardlau
Copy link
Member

cc @nodejs/streams

@benjamingr
Copy link
Member

sure, wanna open a PR?

@jakecastelli
Copy link
Member Author

Hi @benjamingr I tried to fix it in this PR (maybe you thought it was an issue ;p)

Copy link
Member

@targos targos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@benjamingr benjamingr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, absolutely!

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lpinca lpinca added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 7, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 7, 2024
@nodejs-github-bot nodejs-github-bot merged commit 5c3ecbe into nodejs:main Jun 7, 2024
@nodejs-github-bot
Copy link
Collaborator

Landed in 5c3ecbe

targos pushed a commit that referenced this pull request Jun 20, 2024
PR-URL: #53269
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
sbouye pushed a commit to sbouye/node that referenced this pull request Jun 20, 2024
PR-URL: nodejs#53269
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
bmeck pushed a commit to bmeck/node that referenced this pull request Jun 22, 2024
PR-URL: nodejs#53269
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
PR-URL: #53269
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
PR-URL: #53269
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Issues and PRs related to the general management of the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants