orca/src
Jinjing 1c30d28113
Surface GitHub check suites awaiting approval (#6717)
* Surface GitHub check suites awaiting approval to unblock merge

- Query the check-suites API endpoint to find suites with an
  "action_required" conclusion, which are often workflows awaiting
  "Approve and run" and do not have any associated check runs.
- Map the "action_required" status distinctly instead of treating it as
  a standard failure or omitting it entirely.
- Update the UI to render these suites with a warning icon, a dedicated
  "Action required" label, and a localized hint explaining that manual
  approval is required on GitHub.
- Count "action_required" checks as failed/blocking when deriving overall
  PR and task statuses so the UI does not report all checks passing.

* Enhance visibility and handling of action-required PR check suites

* Include check suite IDs in pending approval check names and URLs to
  allow navigating directly to the specific workflow run.
* Add an "action required" count badge to PR dialog and page checks tabs.
* Prioritize action-required checks in the checks preview summary.
* Use correct check run state for the action-required fallback hint in
  the right sidebar details panel.
* Add translations for the new status across all supported locales.
2026-06-29 12:05:57 -07:00
..
cli feat(emulator): Android emulation via scrcpy (cross-platform, iOS parity) (#6434) 2026-06-28 21:01:09 -07:00
main Surface GitHub check suites awaiting approval (#6717) 2026-06-29 12:05:57 -07:00
preload Fix runtime GitHub work item details (#6473) 2026-06-29 01:11:43 -07:00
relay Fix deleting a worktree's preserved branch over SSH (#6480) 2026-06-29 00:39:45 -07:00
renderer Surface GitHub check suites awaiting approval (#6717) 2026-06-29 12:05:57 -07:00
shared Surface GitHub check suites awaiting approval (#6717) 2026-06-29 12:05:57 -07:00
types