require-conditional-status-checks
require-conditional-status-checks copied to clipboard
Job runs being lost or never found?
I sometimes seen runs going from in_progress to unknown in the next run, or never changes from unknown in the first place. I have around 50 jobs in my yaml (yes, it's a monorepo), so wondering if there is some limit of how many runs are returned from the github api and/or there needs to be some pagination added to the requests?
Unfortunately I'm running against a private repo, otherwise I would be happy to show the issue.