-
Notifications
You must be signed in to change notification settings - Fork 0
ops: diagnose and bound organization GitHub Actions queue starvation #712
Copy link
Copy link
Open
Labels
area: authAuthentication, authorization, identity, or tenant isolationAuthentication, authorization, identity, or tenant isolationarea: ci-cdCI, GitHub Actions, checks, release, or supply chainCI, GitHub Actions, checks, release, or supply chainarea: dependenciesDependency or lockfile maintenanceDependency or lockfile maintenancearea: securitySecurity boundary, hardening, or vulnerability preventionSecurity boundary, hardening, or vulnerability preventionpriority: highHigh-priority or P1 workHigh-priority or P1 workstatus: blockedBlocked by conflict, dependency, or required prerequisiteBlocked by conflict, dependency, or required prerequisitestatus: triagedOpen issue has an organization taxonomy assignmentOpen issue has an organization taxonomy assignmenttype: featureNew or expanded product capabilityNew or expanded product capability
Description
Activity
Metadata
Metadata
Assignees
Labels
area: authAuthentication, authorization, identity, or tenant isolationAuthentication, authorization, identity, or tenant isolationarea: ci-cdCI, GitHub Actions, checks, release, or supply chainCI, GitHub Actions, checks, release, or supply chainarea: dependenciesDependency or lockfile maintenanceDependency or lockfile maintenancearea: securitySecurity boundary, hardening, or vulnerability preventionSecurity boundary, hardening, or vulnerability preventionpriority: highHigh-priority or P1 workHigh-priority or P1 workstatus: blockedBlocked by conflict, dependency, or required prerequisiteBlocked by conflict, dependency, or required prerequisitestatus: triagedOpen issue has an organization taxonomy assignmentOpen issue has an organization taxonomy assignmenttype: featureNew or expanded product capabilityNew or expanded product capability
Type
Projects
- StatusShow more project fieldsIn Progress
Operational gap
Required current-head checks across
ContextualWisdomLab/fast-mlsirmand the organization.githubrepository are remaining inqueuedstate while obsolete heads accumulate. This blocks policy-compliant auto-merge even after CodeRabbit succeeds and review threads are resolved.Representative evidence observed on 2026-08-03:
fast-mlsirm#410current-head CI/Security/SAST runs queued after prior head jobs were cancelled;fast-mlsirm#391,#396, and#401exact-head CI/Security/SAST runs queued;.github#704exact-head CodeQL, Security, SAST, OSV, Scorecard, SBOM, Secret Scan, and Python Security runs queued;.github#650, which repairs Rust coverage provisioning for fast-mlsirm, is itself waiting on queued required checks.The repositories must not solve this by bypassing required checks or force-merging stale evidence.
Required diagnosis
Acceptance
Related work
fast-mlsirm#410: repository-local current-head concurrency and bounded review churn..github#704: hourly review-feedback repair scheduler..github#650: Rust coverage toolchain/offline dependency provisioning.