FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: move ncu config to global for commit queue by panva · Pull Request #65132 · nodejs/node · GitHub

/ node Public

tools: move ncu config to global for commit queue - #65132

Closed
panva wants to merge 1 commit into
nodejs:mainfrom
panva:ncu-creds-cq
Closed

tools: move ncu config to global for commit queue#65132
panva wants to merge 1 commit into
nodejs:mainfrom
panva:ncu-creds-cq

Conversation

panva commented Aug 8, 2026
edited
Loading

Copy link
Copy Markdown
Member

Since we checkout after we set the credentials now the checkout overwrites the local ncu config, switch it to global for this job.

Refs: #64343
Refs: #64991 (comment)

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
panva added the fast-track PRs that do not need to wait for 48 hours to land. label Aug 8, 2026

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @panva. Please 👍 to approve.

nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Aug 8, 2026
ncu-config set jenkins_token "$JENKINS_TOKEN"
ncu-config set repo "${REPOSITORY}"
ncu-config set owner "${GITHUB_REPOSITORY_OWNER}"
# Keep the config outside the workspace so checkout does not remove it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

nit: I'd put the comment in the YAML rather than the bash (I guess it's irrelevant here, but it's quite important in Nix files to avoid invalidating a build when fixing a typo in a comment)

panva added a commit that referenced this pull request Aug 8, 2026
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: #65132
Refs: #64343
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Aviv Keller <me@aviv.sh>

panva commented Aug 8, 2026

Copy link
Copy Markdown
Member Author

Landed in b65015a

panva closed this Aug 8, 2026
panva deleted the ncu-creds-cq branch August 8, 2026 11:56
aduh95 pushed a commit that referenced this pull request Aug 13, 2026
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: #65132
Refs: #64343
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Aviv Keller <me@aviv.sh>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fast-track PRs that do not need to wait for 48 hours to land. 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.

4 participants


Back | FazBrowse Home | New Git URL