As discovered in #109, --head is not actually implemented for gitea. So this is silently incorrect. I think we can improve upon the status quo:
The same thing with --base afaict (though I haven't tested). There actually is a way to get specific PR from forgejo when both base and head are known, so that part could be implemented properly.
As discovered in #109,
--headis not actually implemented for gitea. So this is silently incorrect. I think we can improve upon the status quo:The same thing with
--baseafaict (though I haven't tested). There actually is a way to get specific PR from forgejo when both base and head are known, so that part could be implemented properly.