I wanted to bring to your attention an issue I've noticed with this GitHub action. It appears that not all jobs from the workflow are being fetched. Specifically, in the case of large GitHub workflows where numerous jobs are created, the GitHub action seems to send only partial traces related to the larger workflows.
Seems that fetchWorkflowJobs in src/github/github.ts#L88 does not support pagination, as such only first 100 workflows will be fetched.
I wanted to bring to your attention an issue I've noticed with this GitHub action. It appears that not all jobs from the workflow are being fetched. Specifically, in the case of large GitHub workflows where numerous jobs are created, the GitHub action seems to send only partial traces related to the larger workflows.
Seems that fetchWorkflowJobs in src/github/github.ts#L88 does not support pagination, as such only first 100 workflows will be fetched.