agent-orchestrator/packages/plugins/scm-github/test
Prateek 696c365802 fix: only skip mergeability checks for merged PRs, not closed PRs
Addresses review comment: A closed-but-unmerged PR should still have
its mergeability checked accurately. Only merged PRs should skip the
checks since they're already merged.

Changes:
- SCM plugin: Only return clean status for state === "merged"
- Dashboard: Show conflicts for closed PRs (pr.state !== "merged")
- Tests: Updated to verify closed PRs still get checked

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 08:56:43 +05:30
..
index.test.ts fix: only skip mergeability checks for merged PRs, not closed PRs 2026-02-16 08:56:43 +05:30