You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: stop testing against NodeJS v18 (#793)
* build(package): set minimal node version in engines field to v20
BREAKING CHANGE: Drop support for NodeJS v18
* build: set minimal node version in build script to v20
* ci: stop testing against NodeJS v18
fix: don't deadlock on 10+ concurrent requests needing auth (#779)
* fix: don't deadlock on 10+ concurrent requests needing auth
give auth requests a dedicated queue, so that they don't cause a
deadlock when too many requests are queued
* revert unnecessary change to testPlugin
* update TODO to reference related issue
* bump @octokit/auth-app and simplify test
* add more auth urls
feat: new action runner groups endpoints, new code scanning alerts au…
…tofix endpoints, new sub-issues endpoints, new private registries enpoints, new code security endpoints (#762)