Hello, I am trying to run a prefect flow triggered by when there is a change in a github repository that is NOT the repo that the prefect flow lives in. TLDR: pull request on repository A triggers prefect flow living in Repository B.
This is the closest I've come to figuring this out:
https://docs.prefect.io/core/pins/pin-08-listener-flows.html
Has anyone done this before or have instructions?