Skip to content

Commit

Permalink
Improve action names (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrywhether authored Apr 21, 2024
1 parent 067b1aa commit 95aca75
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ permissions:
contents: read

jobs:
Check:
check:
name: 'check PR author'
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/privileged-requester
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dependency-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches: [renovate/**]

jobs:
Check:
check:
name: 'dedupe deps'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/magic-comment-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- created

jobs:
comment_approval:
check:
name: 'look for comment'
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
branches: [main]

jobs:
Check:
check:
name: 'analyze'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 95aca75

Please sign in to comment.