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: move update-undici.sh to dep_updaters and create brotli maintaining md #47380

Closed

Conversation

marco-ippolito
Copy link
Member

@marco-ippolito marco-ippolito commented Apr 3, 2023

Refs: nodejs/security-wg#828
@nodejs/undici
I'd also propose to create a folder under contributing that includes all maintaining files
@nodejs/security-wg

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/actions
  • @nodejs/tsc

@nodejs-github-bot nodejs-github-bot added meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory. labels Apr 3, 2023
Copy link
Contributor

@aduh95 aduh95 left a comment

Choose a reason for hiding this comment

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

You need to either add spaces or remove the empty line so the code snippet is inside the list.

doc/contributing/maintaining-undici.md Outdated Show resolved Hide resolved
doc/contributing/maintaining-brotli.md Outdated Show resolved Hide resolved
@marco-ippolito marco-ippolito force-pushed the feat/improve-deps-update branch 2 times, most recently from 2fd443c to 335a979 Compare April 3, 2023 11:04
@targos
Copy link
Member

targos commented Apr 3, 2023

Can you please make the commit message clearer?

@marco-ippolito marco-ippolito force-pushed the feat/improve-deps-update branch 2 times, most recently from 1e1497a to a41e4f1 Compare April 3, 2023 12:44
Copy link
Member

@RafaelGSS RafaelGSS left a comment

Choose a reason for hiding this comment

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

The title says maintaining undici, but you are adding maintaining-brotli as well. Could you please adjust it?

@marco-ippolito marco-ippolito changed the title tools: maintaining undici tools: updating undici and brotli deps update Apr 3, 2023
@marco-ippolito marco-ippolito changed the title tools: updating undici and brotli deps update tools: update undici and brotli deps update Apr 3, 2023
@marco-ippolito marco-ippolito changed the title tools: update undici and brotli deps update tools: move undici to dep_updaters and create brotli maintaining md Apr 3, 2023
@marco-ippolito marco-ippolito changed the title tools: move undici to dep_updaters and create brotli maintaining md tools: move update-undici.sh to dep_updaters and create brotli maintaining md Apr 3, 2023
@marco-ippolito marco-ippolito added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 5, 2023
Copy link
Contributor

@ShogunPanda ShogunPanda 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 commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. labels Apr 10, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 10, 2023
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/47380
✔  Done loading data for nodejs/node/pull/47380
----------------------------------- PR info ------------------------------------
Title      tools: move update-undici.sh to dep_updaters and create brotli maintaining md (#47380)
Author     Marco Ippolito  (@marco-ippolito)
Branch     marco-ippolito:feat/improve-deps-update -> nodejs:main
Labels     meta, tools, author ready, commit-queue-rebase
Commits    2
 - doc: create maintaining-brotli.md
 - tools: move update-undici.sh to dep_updaters and create maintaining-u…
Committers 1
 - Marco Ippolito 
PR-URL: https://github.com/nodejs/node/pull/47380
Refs: https://github.com/nodejs/security-wg/issues/828
Reviewed-By: Yagiz Nizipli 
Reviewed-By: Paolo Insogna 
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Luigi Pinca 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/47380
Refs: https://github.com/nodejs/security-wg/issues/828
Reviewed-By: Yagiz Nizipli 
Reviewed-By: Paolo Insogna 
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Luigi Pinca 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Mon, 03 Apr 2023 09:59:54 GMT
   ✔  Approvals: 4
   ✔  - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/47380#pullrequestreview-1369790275
   ✔  - Paolo Insogna (@ShogunPanda): https://github.com/nodejs/node/pull/47380#pullrequestreview-1376060783
   ✔  - Rafael Gonzaga (@RafaelGSS) (TSC): https://github.com/nodejs/node/pull/47380#pullrequestreview-1376541837
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/47380#pullrequestreview-1378029737
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/main up to date...
From https://github.com/nodejs/node
 * branch                  main       -> FETCH_HEAD
✔  origin/main is now up-to-date
- Downloading patch for 47380
From https://github.com/nodejs/node
 * branch                  refs/pull/47380/merge -> FETCH_HEAD
✔  Fetched commits as 9d9cf11a4bf8..a41e4f114fee
--------------------------------------------------------------------------------
[main 0f59d9b17f] doc: create maintaining-brotli.md
 Author: Marco Ippolito 
 Date: Mon Apr 3 10:50:40 2023 +0200
 1 file changed, 26 insertions(+)
 create mode 100644 doc/contributing/maintaining-brotli.md
Auto-merging .github/workflows/tools.yml
[main 196d1ff98b] tools: move update-undici.sh to dep_updaters and create maintaining-undici.md
 Author: Marco Ippolito 
 Date: Mon Apr 3 11:52:59 2023 +0200
 6 files changed, 56 insertions(+), 20 deletions(-)
 create mode 100644 doc/contributing/maintaining-undici.md
 rename tools/{ => dep_updaters}/update-undici.sh (60%)
   ✔  Patches applied
There are 2 commits in the PR. Attempting autorebase.
Rebasing (2/4)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
doc: create maintaining-brotli.md

PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli yagiz@nizipli.com
Reviewed-By: Paolo Insogna paolo@cowtech.it
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com

[detached HEAD 102106be53] doc: create maintaining-brotli.md
Author: Marco Ippolito marcoippolito54@gmail.com
Date: Mon Apr 3 10:50:40 2023 +0200
1 file changed, 26 insertions(+)
create mode 100644 doc/contributing/maintaining-brotli.md
Rebasing (3/4)
Rebasing (4/4)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
tools: move update-undici.sh to dep_updaters and create maintaining-undici.md

PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli yagiz@nizipli.com
Reviewed-By: Paolo Insogna paolo@cowtech.it
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com

[detached HEAD c329e295e3] tools: move update-undici.sh to dep_updaters and create maintaining-undici.md
Author: Marco Ippolito marcoippolito54@gmail.com
Date: Mon Apr 3 11:52:59 2023 +0200
6 files changed, 56 insertions(+), 20 deletions(-)
create mode 100644 doc/contributing/maintaining-undici.md
rename tools/{ => dep_updaters}/update-undici.sh (60%)

Successfully rebased and updated refs/heads/main.

✔ 102106be532a24c290022a1a1b410877ea4703ce
✔ 0:0 no Co-authored-by metadata co-authored-by-is-trailer
✔ 0:0 skipping fixes-url fixes-url
✔ 0:0 blank line after title line-after-title
✔ 0:0 line-lengths are valid line-length
✔ 0:0 metadata is at end of message metadata-end
✔ 1:8 PR-URL is valid. pr-url
✔ 0:0 reviewers are valid reviewers
✔ 0:0 valid subsystems subsystem
✔ 0:0 Title is formatted correctly. title-format
✔ 0:0 Title is <= 50 columns. title-length
✖ c329e295e396949257f32ace7a64995c4796e223
✔ 0:0 no Co-authored-by metadata co-authored-by-is-trailer
✔ 0:0 skipping fixes-url fixes-url
✔ 0:0 blank line after title line-after-title
✔ 0:0 line-lengths are valid line-length
✔ 0:0 metadata is at end of message metadata-end
✔ 1:8 PR-URL is valid. pr-url
✔ 0:0 reviewers are valid reviewers
✔ 0:0 valid subsystems subsystem
✔ 0:0 Title is formatted correctly. title-format
✖ 0:72 Title must be <= 72 columns. title-length

ℹ Please fix the commit message and try again.
Please manually ammend the commit message, by running
git commit --amend
Once commit message is fixed, finish the landing command running
git node land --continue

https://github.com/nodejs/node/actions/runs/4660665489

@nodejs-github-bot nodejs-github-bot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Apr 10, 2023
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/47380
✔  Done loading data for nodejs/node/pull/47380
----------------------------------- PR info ------------------------------------
Title      tools: move update-undici.sh to dep_updaters and create brotli maintaining md (#47380)
Author     Marco Ippolito  (@marco-ippolito)
Branch     marco-ippolito:feat/improve-deps-update -> nodejs:main
Labels     meta, tools, author ready
Commits    2
 - doc: create maintaining-brotli.md
 - tools: move update-undici.sh to dep_updaters and create maintaining-u…
Committers 1
 - Marco Ippolito 
PR-URL: https://github.com/nodejs/node/pull/47380
Refs: https://github.com/nodejs/security-wg/issues/828
Reviewed-By: Yagiz Nizipli 
Reviewed-By: Paolo Insogna 
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Luigi Pinca 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/47380
Refs: https://github.com/nodejs/security-wg/issues/828
Reviewed-By: Yagiz Nizipli 
Reviewed-By: Paolo Insogna 
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Luigi Pinca 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Mon, 03 Apr 2023 09:59:54 GMT
   ✔  Approvals: 4
   ✔  - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/47380#pullrequestreview-1369790275
   ✔  - Paolo Insogna (@ShogunPanda): https://github.com/nodejs/node/pull/47380#pullrequestreview-1376060783
   ✔  - Rafael Gonzaga (@RafaelGSS) (TSC): https://github.com/nodejs/node/pull/47380#pullrequestreview-1376541837
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/47380#pullrequestreview-1378029737
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/main up to date...
From https://github.com/nodejs/node
 * branch                  main       -> FETCH_HEAD
✔  origin/main is now up-to-date
- Downloading patch for 47380
From https://github.com/nodejs/node
 * branch                  refs/pull/47380/merge -> FETCH_HEAD
✔  Fetched commits as 97d3912eb8dd..a41e4f114fee
--------------------------------------------------------------------------------
[main d8befc0c24] doc: create maintaining-brotli.md
 Author: Marco Ippolito 
 Date: Mon Apr 3 10:50:40 2023 +0200
 1 file changed, 26 insertions(+)
 create mode 100644 doc/contributing/maintaining-brotli.md
Auto-merging .github/workflows/tools.yml
[main ef512cffd6] tools: move update-undici.sh to dep_updaters and create maintaining-undici.md
 Author: Marco Ippolito 
 Date: Mon Apr 3 11:52:59 2023 +0200
 6 files changed, 56 insertions(+), 20 deletions(-)
 create mode 100644 doc/contributing/maintaining-undici.md
 rename tools/{ => dep_updaters}/update-undici.sh (60%)
   ✔  Patches applied
There are 2 commits in the PR. Attempting autorebase.
Rebasing (2/4)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
doc: create maintaining-brotli.md

PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli yagiz@nizipli.com
Reviewed-By: Paolo Insogna paolo@cowtech.it
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com

[detached HEAD d2cd973187] doc: create maintaining-brotli.md
Author: Marco Ippolito marcoippolito54@gmail.com
Date: Mon Apr 3 10:50:40 2023 +0200
1 file changed, 26 insertions(+)
create mode 100644 doc/contributing/maintaining-brotli.md
Rebasing (3/4)
Rebasing (4/4)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
tools: move update-undici.sh to dep_updaters and create maintaining-undici.md

PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli yagiz@nizipli.com
Reviewed-By: Paolo Insogna paolo@cowtech.it
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com

[detached HEAD 6c2c6a3a5f] tools: move update-undici.sh to dep_updaters and create maintaining-undici.md
Author: Marco Ippolito marcoippolito54@gmail.com
Date: Mon Apr 3 11:52:59 2023 +0200
6 files changed, 56 insertions(+), 20 deletions(-)
create mode 100644 doc/contributing/maintaining-undici.md
rename tools/{ => dep_updaters}/update-undici.sh (60%)

Successfully rebased and updated refs/heads/main.

ℹ Add commit-queue-squash label to land the PR as one commit, or commit-queue-rebase to land as separate commits.

https://github.com/nodejs/node/actions/runs/4665921327

@marco-ippolito marco-ippolito added commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Apr 11, 2023
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Apr 11, 2023
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/47380
✔  Done loading data for nodejs/node/pull/47380
----------------------------------- PR info ------------------------------------
Title      tools: move update-undici.sh to dep_updaters and create brotli maintaining md (#47380)
Author     Marco Ippolito  (@marco-ippolito)
Branch     marco-ippolito:feat/improve-deps-update -> nodejs:main
Labels     meta, tools, author ready, commit-queue-rebase
Commits    2
 - doc: create maintaining-brotli.md
 - tools: move update-undici.sh to dep_updaters and create maintaining-u…
Committers 1
 - Marco Ippolito 
PR-URL: https://github.com/nodejs/node/pull/47380
Refs: https://github.com/nodejs/security-wg/issues/828
Reviewed-By: Yagiz Nizipli 
Reviewed-By: Paolo Insogna 
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Luigi Pinca 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/47380
Refs: https://github.com/nodejs/security-wg/issues/828
Reviewed-By: Yagiz Nizipli 
Reviewed-By: Paolo Insogna 
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Luigi Pinca 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Mon, 03 Apr 2023 09:59:54 GMT
   ✔  Approvals: 4
   ✔  - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/47380#pullrequestreview-1369790275
   ✔  - Paolo Insogna (@ShogunPanda): https://github.com/nodejs/node/pull/47380#pullrequestreview-1376060783
   ✔  - Rafael Gonzaga (@RafaelGSS) (TSC): https://github.com/nodejs/node/pull/47380#pullrequestreview-1376541837
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/47380#pullrequestreview-1378029737
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/main up to date...
From https://github.com/nodejs/node
 * branch                  main       -> FETCH_HEAD
✔  origin/main is now up-to-date
- Downloading patch for 47380
From https://github.com/nodejs/node
 * branch                  refs/pull/47380/merge -> FETCH_HEAD
✔  Fetched commits as 97d3912eb8dd..a41e4f114fee
--------------------------------------------------------------------------------
[main cf836f3044] doc: create maintaining-brotli.md
 Author: Marco Ippolito 
 Date: Mon Apr 3 10:50:40 2023 +0200
 1 file changed, 26 insertions(+)
 create mode 100644 doc/contributing/maintaining-brotli.md
Auto-merging .github/workflows/tools.yml
[main 9533b8e3bf] tools: move update-undici.sh to dep_updaters and create maintaining-undici.md
 Author: Marco Ippolito 
 Date: Mon Apr 3 11:52:59 2023 +0200
 6 files changed, 56 insertions(+), 20 deletions(-)
 create mode 100644 doc/contributing/maintaining-undici.md
 rename tools/{ => dep_updaters}/update-undici.sh (60%)
   ✔  Patches applied
There are 2 commits in the PR. Attempting autorebase.
Rebasing (2/4)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
doc: create maintaining-brotli.md

PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli yagiz@nizipli.com
Reviewed-By: Paolo Insogna paolo@cowtech.it
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com

[detached HEAD 9e3a198f26] doc: create maintaining-brotli.md
Author: Marco Ippolito marcoippolito54@gmail.com
Date: Mon Apr 3 10:50:40 2023 +0200
1 file changed, 26 insertions(+)
create mode 100644 doc/contributing/maintaining-brotli.md
Rebasing (3/4)
Rebasing (4/4)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
tools: move update-undici.sh to dep_updaters and create maintaining-undici.md

PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli yagiz@nizipli.com
Reviewed-By: Paolo Insogna paolo@cowtech.it
Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com

[detached HEAD 5bf535856b] tools: move update-undici.sh to dep_updaters and create maintaining-undici.md
Author: Marco Ippolito marcoippolito54@gmail.com
Date: Mon Apr 3 11:52:59 2023 +0200
6 files changed, 56 insertions(+), 20 deletions(-)
create mode 100644 doc/contributing/maintaining-undici.md
rename tools/{ => dep_updaters}/update-undici.sh (60%)

Successfully rebased and updated refs/heads/main.

✔ 9e3a198f26ca67f910b77d317004b61a1526fa18
✔ 0:0 no Co-authored-by metadata co-authored-by-is-trailer
✔ 0:0 skipping fixes-url fixes-url
✔ 0:0 blank line after title line-after-title
✔ 0:0 line-lengths are valid line-length
✔ 0:0 metadata is at end of message metadata-end
✔ 1:8 PR-URL is valid. pr-url
✔ 0:0 reviewers are valid reviewers
✔ 0:0 valid subsystems subsystem
✔ 0:0 Title is formatted correctly. title-format
✔ 0:0 Title is <= 50 columns. title-length
✖ 5bf535856b21f0491392aba6eba75b8c868b3358
✔ 0:0 no Co-authored-by metadata co-authored-by-is-trailer
✔ 0:0 skipping fixes-url fixes-url
✔ 0:0 blank line after title line-after-title
✔ 0:0 line-lengths are valid line-length
✔ 0:0 metadata is at end of message metadata-end
✔ 1:8 PR-URL is valid. pr-url
✔ 0:0 reviewers are valid reviewers
✔ 0:0 valid subsystems subsystem
✔ 0:0 Title is formatted correctly. title-format
✖ 0:72 Title must be <= 72 columns. title-length

ℹ Please fix the commit message and try again.
Please manually ammend the commit message, by running
git commit --amend
Once commit message is fixed, finish the landing command running
git node land --continue

https://github.com/nodejs/node/actions/runs/4665993233

@marco-ippolito marco-ippolito added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Apr 11, 2023
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Apr 11, 2023
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/47380
✔  Done loading data for nodejs/node/pull/47380
----------------------------------- PR info ------------------------------------
Title      tools: move update-undici.sh to dep_updaters and create brotli maintaining md (#47380)
Author     Marco Ippolito  (@marco-ippolito)
Branch     marco-ippolito:feat/improve-deps-update -> nodejs:main
Labels     meta, tools, author ready, commit-queue-rebase
Commits    2
 - doc: create maintaining-brotli.md
 - tools: move update-undici.sh to dep_updaters and create maintain md
Committers 1
 - Marco Ippolito 
PR-URL: https://github.com/nodejs/node/pull/47380
Refs: https://github.com/nodejs/security-wg/issues/828
Reviewed-By: Yagiz Nizipli 
Reviewed-By: Paolo Insogna 
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Luigi Pinca 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/47380
Refs: https://github.com/nodejs/security-wg/issues/828
Reviewed-By: Yagiz Nizipli 
Reviewed-By: Paolo Insogna 
Reviewed-By: Rafael Gonzaga 
Reviewed-By: Luigi Pinca 
--------------------------------------------------------------------------------
   ⚠  Commits were pushed since the last review:
   ⚠  - tools: move update-undici.sh to dep_updaters and create maintain md
   ℹ  This PR was created on Mon, 03 Apr 2023 09:59:54 GMT
   ✔  Approvals: 4
   ✔  - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/47380#pullrequestreview-1369790275
   ✔  - Paolo Insogna (@ShogunPanda): https://github.com/nodejs/node/pull/47380#pullrequestreview-1376060783
   ✔  - Rafael Gonzaga (@RafaelGSS) (TSC): https://github.com/nodejs/node/pull/47380#pullrequestreview-1376541837
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/47380#pullrequestreview-1378029737
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/4667850921

@marco-ippolito marco-ippolito added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Apr 11, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 11, 2023
@nodejs-github-bot
Copy link
Collaborator

Landed in 25ad49b...4899998

nodejs-github-bot pushed a commit that referenced this pull request Apr 11, 2023
PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
nodejs-github-bot pushed a commit that referenced this pull request Apr 11, 2023
PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request May 2, 2023
PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request May 2, 2023
PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@targos targos mentioned this pull request May 2, 2023
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
PR-URL: #47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MoLow pushed a commit to MoLow/node that referenced this pull request Jul 6, 2023
PR-URL: nodejs#47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MoLow pushed a commit to MoLow/node that referenced this pull request Jul 6, 2023
PR-URL: nodejs#47380
Refs: nodejs/security-wg#828
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.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
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants