github.onCheckRunPending emits when GitHub creates a check run with check_run.status: "pending", including GitHub Actions jobs blocked by group concurrency. It also preserves GitHub’s documented completed payload variant with check_run.conclusion: "pending".
automations/github-check-run-pending.automation.ts
account defaults to the project binding. Returns the complete typed GitHub webhook payload narrowed to either the created pending-status or completed pending-conclusion variant. GitHub reserves the pending status for GitHub Actions. Requires Checks read permission.