Dashboard › publish › Distillation
a4d18bbb-8261-4fea-8b86-7af9fc0f55e0["lore_tm_v1_joMeb3d2jvaXDHGblWS5YoozY2Eq3Auw307jJc3ISDk"]
Date: Aug 28, 2026
workflow_dispatch must always be allowed for manual recovery.ci-ready..github/workflows/ci-poller.yml comments specify that ci-pending.yml sets a poller-enabled value to "true" and this poller resets it to "false" when processing is complete..github/workflows/ci-poller.yml creates a GitHub App token with actions/create-github-app-token@v3; its token owner is getsentry to access all getsentry repositories..github/workflows/ci-poller.yml considers only issues carrying both ci-pending and accepted labels.ci-ready, .github/workflows/ci-poller.yml validates approval using the issue title and approval data, ensuring title or accepted-event changes prevent the transition.commit/<sha>/checks; it compares the resolved CI SHA with this issue SHA and does not accept mismatches.release/{version} branch because repositories can use differing branch conventions.total_count may still contain checks that have not resolved.success, neutral, nor skipped..github/workflows/ci-poller.yml swaps ci-pending for ci-failed, removes accepted to stop polling, and gathers failed check names.ci-pending issues: no remaining issues disables cron polling; remaining issues keep the poller enabled..github/workflows/ci-poller.yml documents that GitHub cron */5 is unreliable and can drift to 30–40 minutes under load; the workflow includes an always() retry-related step that increments ATTEMPT.