We regularly use run Prefect flows to test code in branches that have open Pull Requests in our GitHub repo.
Any pointers on configuring things so that the flow posts updates to the Pull Requests?
(Maybe at the start of the flow, a pull requests comment is added, and that commented is updated at the end of the flow? Or perhaps the flow updates a Check on the PR? Not picky, just looking for general pointers on getting Prefect to update GitHub. I did check out
https://docs.prefect.io/api/latest/tasks/github.html and none of those tasks are useful to us)