node-core-utils icon indicating copy to clipboard operation
node-core-utils copied to clipboard

CLI tools for Node.js Core collaborators

Results 93 node-core-utils issues
Sort by recently updated
recently updated
newest added

skipChecks will allow skipping certain checks. Useful to skip "commit after last approval" on commit queue. Ref: https://github.com/nodejs/node/issues/34770

Opening as draft if someone wants to try it. Still need to run some tests and write some unit tests.

If the pr labels `v8 engine`, run https://ci.nodejs.org/job/node-test-commit-v8-linux/ too.

There's a pretty decent number of requirements to contribute to node that are easy to fumble. It would be lovely if node-core-utils provided a suite of checks that can be...

Example: https://github.com/nodejs/node-core-utils/runs/1987341751?check_suite_focus=true ``` 1) auth asks for auth data if no ncurc is found: Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning...

test

When a pull-request has been fast-tracked, it would likely be good for us to capture that detail in the commit metadata as an FYI. I'm thinking something simple like: ```...

feature request

This might also require policy changes on `nodejs/node`, but for PRs changing Actions we don't need to run full CI. Same goes for PRs changing CODEOWNERS, or linter rules, among...

enhancement

If https://github.com/nodejs/node/pull/33879 lands the checks should be changed to: - Require only one approval by default - Recommend (without blocking) to wait for a second approval - Drop wait times...

`git node land --yes` checks will succeed and advance if last CI is still running, which opens the door for landing PRs before we get a result from our CI....

If I run `git node land` on a new machine with nothing configured, I'll get the instructions to set required variables, and then the process will exit with status code...

bug