Skip to content

Commit a782061

Browse files
committed
Add workflow job names
1 parent 6d625eb commit a782061

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
jobs:
1616
copilot-setup-steps:
17+
name: Setup environment
1718
runs-on: ubuntu-latest
1819
permissions:
1920
contents: read

.github/workflows/reusable-welcome-new-contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ permissions:
77
pull-requests: write
88
jobs:
99
welcome:
10+
name: Post welcome comment
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: detect bot author

0 commit comments

Comments
 (0)