Trigger workflow on every pull request merge done on another repository

I have a repository A that contains workflows that I want to be triggered immediately when a merge has been done on a repository B ie both are public repositories hosted on github.

How can this be achievable?

Google search made me land on Run action on event in another repository - GitHub Actions - GitHub Community and satisfied my requirements!

1 Like

We already implement this in our QA pipeline.

An event is created on every push to the Reff App distro which triggers the qa tests to run

1 Like