Im trying to trigger a specific workflow after my PR is merged into the target branch but based on the labels that were set on the PR. I cant seem to find how to do this thought if its even possible.
Thanks for any help!
Im trying to trigger a specific workflow after my PR is merged into the target branch but based on the labels that were set on the PR. I cant seem to find how to do this thought if its even possible.
Thanks for any help!
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
Has a closed
value. If you make sure it’s merged and not abandoned, doesn’t that place you in a good position to answer your questions?
Thanks, good point. I will test this and resolve with the solution if it works(Which I believe it should.)