Skip to content

Commit 65a5d25

Browse files
ARCH-1916 - Update run-name for workflows
1 parent 6ac4571 commit 65a5d25

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Increment Version on Merge
2+
run-name: 'Increment Version for PR #${{ github.event.pull_request.number }}'
23
on:
34
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
45
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token

0 commit comments

Comments
 (0)