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 48d5270 commit 8b836f4
Showing 1 changed file with 2 additions and 2 deletions.
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 8b836f4

Please sign in to comment.