'How to make Github Action be triggered by push events of another repositorie

I want to automatically merge a repo to mine, if I cant't is there any other way to do this?



Solution 1:[1]

Here is a GitHub Action that enables you to trigger workflows in your repository as soon as an event happens on another repository: https://github.com/convictional/trigger-workflow-and-wait

Here is a nice blog by the creator of the Action which documents on how you can use the Action effectively: https://keithweaver.ca/lessons/trigger-another-repositorys-github-action-workflow-wait-for-result

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Harsh Mishra