Michaël Zasso
Michaël Zasso
May be interesting to look at the logs of the worflow
Relevant part of the logs ``` 2022-07-26T22:38:17.7708131Z + gh pr view 43849 --json labels --jq .labels 2022-07-26T22:38:18.0760155Z + jq -e map(.name) | index("request-ci") 2022-07-26T22:38:18.1076349Z null 2022-07-26T22:38:18.1081759Z + gh pr checks...
I thought there was already an issue for it. This happens for everyone, I think, but it doesn't prevent you from landing PRs. The issue is that you have to...
What token? I don't remember
Ah, I did not setup the token yet. I don't have access to the bot's npm account.
We'd need to have some special cases because `config.upstream` makes sense to be shared between worktrees but not `config.branch`.
Thanks, will merge after https://github.com/nodejs/node/pull/39374 has landed.
On Windows, you can pipe the output to `clip`
Actually, we should not only wait for a release of the subpath exports, but also for TypeScript to support this feature (otherwise it says that the module cannot be found)....
TS issue: https://github.com/microsoft/TypeScript/issues/33079