TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

GitHub Actions: The CI job is not running on main branch

Open saschanaz opened this issue 10 months ago • 1 comments

Certainly the intention was to run it on the main branch, but it doesn't seem to be the case now.

saschanaz avatar Jan 27 '25 00:01 saschanaz

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.

jakebailey avatar Jan 28 '25 20:01 jakebailey