TypeScript-DOM-lib-generator
TypeScript-DOM-lib-generator copied to clipboard
GitHub Actions: The CI job is not running on main branch
Certainly the intention was to run it on the main branch, but it doesn't seem to be the case now.
The problem isn't the workflow, it's that the action that merges PRs on your behalf uses a GitHub Actions token, which cannot themselves trigger more workflow runs (because GitHub doesn't want people causing infinite loops, to the point where it makes GHA merging PRs a hazard).
We'd have to make typescript-bot do the merging to fix it.