(owner: SecurityReviewOwner)
| 214 | reauthRequired: false, |
| 215 | staleRepos: [], |
| 216 | exhaustedBudget: false, |
| 217 | remainingRepoCount: 0, |
| 218 | }; |
| 219 | } |
| 220 | |
| 221 | function readSyncRunProgress( |
| 222 | runtimeState: Record<string, unknown>, |
| 223 | runId: string |
no test coverage detected