Closed Trancever closed 4 years ago
If you want a GitHub Action to trigger another action, this isn’t allowed per GitHub rules.
If you want a different (separate) workflow, just make another similar file that is for B and GitHub-branch-test.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey. Is it possible to use this action to open a PR from a branch "A" to branch "B" when branch "A" is merged to master?
That's what I have right now:
It opens a PR from "gh-action-test" to "4.0" whenever something is merged to "gh-action-test". I want it to open a PR from "B" to "4.0" whenever "B" is merged to "gh-action-test". Unfortunately, I have no idea how could I implement it.