Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: add stream label on PR when related files being changed in lib #53269

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

jakecastelli
Copy link
Contributor

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
Contributor 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
19 checks passed
@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 <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
EliphazBouye pushed a commit to EliphazBouye/node that referenced this pull request Jun 20, 2024
PR-URL: nodejs#53269
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
bmeck pushed a commit to bmeck/node that referenced this pull request Jun 22, 2024
PR-URL: nodejs#53269
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
PR-URL: #53269
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
PR-URL: #53269
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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.

None yet

7 participants