Skip to content

Commit c8774e1

Browse files
committed
Clearly name steps in workflow
Clearly name steps in workflow
1 parent 86ed4cd commit c8774e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dependabot-automation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
jobs:
99
dependabot-approve:
10-
name: Dependabot PR Automation
10+
name: Approve PR
1111

1212
runs-on: ubuntu-latest
1313
if: ${{ github.actor == 'dependabot[bot]' }}
@@ -25,6 +25,8 @@ jobs:
2525
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2626

2727
dependabot-auto-merge:
28+
name: Auto Merge
29+
2830
runs-on: ubuntu-latest
2931
if: ${{ github.actor == 'dependabot[bot]' }}
3032
steps:

0 commit comments

Comments
 (0)