Skip to content

Commit 3fa17e7

Browse files
ARCH-1916 - Update run-name for workflows
1 parent f5d87ab commit 3fa17e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-and-review-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build and Review PR
2-
run-name: Build and Review PR #${{ github.event.pull_request.number }}
2+
run-name: 'Build and Review PR #${{ github.event.pull_request.number }}'
33

44
on:
55
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token

.github/workflows/increment-version-on-merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Increment Version on Merge
2+
run-name: 'Increment Version for PR #${{ github.event.pull_request.number }}'
3+
24
on:
35
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
46
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token

0 commit comments

Comments
 (0)