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 65a5d25 commit fe48a7aCopy full SHA for fe48a7a
.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
on:
4
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
5
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
0 commit comments