gitflow-action
gitflow-action copied to clipboard
Add PR number to output when triggered by push
It might be desirable to output the pull number when handling other triggers, but I wasn't sure what would be useful in the case of check_run
, when multiple PRs might be merged, so I kept my change narrow.
Thanks for the PR. Did you find yourself any useful workflow using the new output? About the multiple PRs, what do you think about returning comma separated ids? It's a shame that return an array is not supported...