On the Github web UI, I can click on a line and say something like:
Good architecture, but please pass the
std::vector<std::uint8_t> hugedata
asconst &
, to avoid a copy.
and bundle such comments as one review with a final verdict.
So far, I've only found gh pr review
, which only allows me to generally approve/comment/reject a PR that I'm reviewing.
- Is there a way to do detailed in-code reviews using the
gh
CLI? - if not, how can I use the github api to do that myself?