gh pr checks just gives you the status for a PR directly.
forge ci list -b is a bit unergonomic for this. I'd prefer an exact copy of gh's command, but I can also imagine forge ci list -p 123 for filtering by PR.
PR status checks are also not always the same as CI status for a commit pushed to a branch.
Still need to figure out whether gitea supports this kind of thing at all. Given that we can find the branch and commit for a PR, surely we can eventually get the status, just with additional API calls.
gh pr checksjust gives you the status for a PR directly.forge ci list -bis a bit unergonomic for this. I'd prefer an exact copy of gh's command, but I can also imagineforge ci list -p 123for filtering by PR.PR status checks are also not always the same as CI status for a commit pushed to a branch.
Still need to figure out whether gitea supports this kind of thing at all. Given that we can find the branch and commit for a PR, surely we can eventually get the status, just with additional API calls.