Closed franklevasseur closed 2 years ago
Alright, this is my take on improving the prerelease GH task.
If you toggle between "draft" and "ready for review" you'll see that the action gets canceled and started accordingly.
Also, you'll notice that ${GITHUB_HEAD_REF} outputs the correct branch name instead of something like refs_pull_120_merge.
${GITHUB_HEAD_REF}
refs_pull_120_merge
this works
I merge:
Alright, this is my take on improving the prerelease GH task.
If you toggle between "draft" and "ready for review" you'll see that the action gets canceled and started accordingly.
Also, you'll notice that
${GITHUB_HEAD_REF}
outputs the correct branch name instead of something likerefs_pull_120_merge
.