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 f5d87ab commit 3fa17e7Copy full SHA for 3fa17e7
.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,6 @@
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/
6
0 commit comments