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 6ac4571 commit 65a5d25Copy full SHA for 65a5d25
.github/workflows/build-and-review-pr.yml
@@ -1,5 +1,5 @@
1
name: Build and Review PR
2
-run-name: Build and Review PR #${{ github.event.pull_request.number }}
+run-name: 'Build and Review PR #${{ github.event.pull_request.number }}'
3
4
on:
5
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
.github/workflows/increment-version-on-merge.yml
@@ -1,4 +1,5 @@
name: Increment Version on Merge
+run-name: 'Increment Version for PR #${{ github.event.pull_request.number }}'
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
0 commit comments