Hello, I am trying to run a prefect flow triggered...
# ask-community
a
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?
k
I responded to you on the other thread but maybe you need to use Github Actions to trigger a Flow. You need something to send a request to hit the Prefect API
a
Thanks!