We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd10ab commit 9de626eCopy full SHA for 9de626e
.github/workflows/increment-version-on-merge.yml
@@ -1,5 +1,5 @@
1
name: Increment Version on Merge
2
-run-name: 'Increment Version for PR #${{ github.event.pull_request.number }}'
+run-name: "${{ github.event.pull_request.merged && 'Increment version for' || 'Closing' }} PR #${{ github.event.pull_request.number }}"
3
4
on:
5
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
0 commit comments