https://prefect.io logo
j

Jiri Klein

11/02/2022, 5:52 PM
Hi, is there a Prefect integration with GitHub that could show the Status of my flow on my PR so that reviewers don’t need to login to Prefect to see that my flow succeeded?
k

Kalise Richmond

11/02/2022, 8:46 PM
This sounds like you could use a custom Github action where you could query the Prefect API to return the state of the flow run. https://docs.prefect.io/api-ref/prefect/client/#prefect.client.orion.OrionClient.read_flow_run_states
3 Views