-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add NodeJS v16 to test matrix #329
Conversation
The tests for NodeJS v16 fail with this message:
I don't understand why it would fail on NodeJS v16 and not others |
Did you write a script to create all these PRs? Either way, thanks a lot for doing this! If the tests pass, please feel free to just merge the PRs, no review necessary |
I did them all by hand. No script |
would be a great candidate for an @octoherd script :) Let me know next time you have a situation like this, happy to pair on it |
the error makes no sense to me either. Feel free to add a // @ts-ignore - Workaround for Node 16 (https://github.com/octokit/core.js/pull/329) |
hey how about we pair on creating a script to merge all these PRs? That's what I'd do anyway, it might take roughly the same time as reviewing them all by hand, but in the end we have a script that can merge PRs automatically that match certain criteria Alternatively I can record a screencast, I think others might be interested in how to build scripts such as this |
I did the live coding session I mentioned on twitch. It was the first time I tried it and my audio was all whack in the beginning, and I lost connectivity twice 🤷🏼 https://www.twitch.tv/gregorcodes But here is the resulting script: https://github.com/gr2m/octoherd-script-merge-pull-requests/ |
🎉 This PR is included in version 3.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.