nodejs / node-core-utils

CLI tools for Node.js Core collaborators
https://nodejs.github.io/node-core-utils/
MIT License
234 stars 106 forks source link

Ability to view the status of a PR #714

Closed anonrig closed 7 months ago

anonrig commented 10 months ago

It would be good to have a command like git node view 11111 to see if a PR is ready to land, without calling git node land 11111.

MoLow commented 10 months ago

perhaps git node land 111 --dry-run

targos commented 10 months ago

Anything missing from git node metadata 111 ?

anonrig commented 10 months ago

It seems git node metadata requires jenkins token, but git node land does not...

targos commented 10 months ago

I thought git node land required it as well. Anyway it's quite easy to create a jenkins token.