Skip to content

Commit

Permalink
Improve naming of workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 21, 2023
1 parent ef6eb5b commit 849e864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-md-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
check-markdown-links:
name: 'Link Checker'
name: 'Check Markdown links'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Enforce PR labels
name: Label Checker
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
enforce-labels:
name: Enforce PR labels
name: 'Enforce PR labels'
runs-on: ubuntu-latest
permissions:
issues: write
Expand Down

0 comments on commit 849e864

Please sign in to comment.