node-core-utils
node-core-utils copied to clipboard
CLI tools for Node.js Core collaborators
Commit Queue failed- Loading data for nodejs/node/pull/42109 ✔ Done loading data for nodejs/node/pull/42109 ----------------------------------- PR info ------------------------------------ Title build: add configure option --v8-enable-short-builtin-calls (#42109) Author daomingq (@qdaoming-intel, first-time contributor) Branch...
Since it contains tokens (though in general just read permissions of the org and the jenkins), it would be safer if we encrypt it with a passphrase (in case some...
Today's CI reliability GitHub actions run failed running `ncu-ci walk pr --stats=true --markdown $PWD/results.md`: https://github.com/nodejs/reliability/actions/runs/1904541710 The log is too big to be displayed in the web UI but downloading the...
I am unable to land PRs since a few months ago. I've tried issuing new credentials as well as different PRs. This happens for me on every PR. Logs &...
In https://github.com/nodejs/node/pull/40613, `[email protected]` incorrectly adds a `Fixes:` metadata line: ``` ----------------------------------- PR info ------------------------------------ Title crypto: fix build without scrypt (#40613) Author Martin 'JaMa' Jansa (@shr-project, first-time contributor) Branch shr-project:jansa/scrypt...
``` $ git node land 36527 ✔ Done loading data for nodejs/node/pull/36527 ----------------------------------- PR info ------------------------------------ Title v8: refactor to use more primordials (#36527) ⚠ Could not retrieve the email...
Refs https://github.com/nodejs/node-core-utils/pull/388. Some of this hard to test, since it involved taking real steps that we take during releases. I've chosen to seek active confirmation more here than in the...
I had to manually change the commit message in one PR, and totally forgot to continue the landing process with `git node land --continue` this may be helpful for new...
### Pull Request check-list - [x] This change passed 'npm test' and 'npm run test-all.' - [x] This change passed 'npm run lint'. ### Description of change This change add...
feat: add `--lite` option for `git-node land` (makes it usable with repos other than `nodejs/node`)
Makes it possible to use `git-node land` in repositories other than `nodejs/node`. This is helpful for producing Node-style commit footers, and enforcing some Node PR/commit conventions. --- Context: Looking into...