Skip to content

Commit

Permalink
Update check-pr-label.yml
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
daslerr authored Nov 30, 2024
1 parent 4ad7d65 commit b1ba8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-pr-label.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name:

on: [pull-request]
on: [pull_request]

jobs:
check-for-label:
Expand All @@ -15,4 +15,4 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'Chore') == false
run: |
echo "This PR can't be merged, because it does not have a release category label. See release_notes.md"
exit 1
exit 1

0 comments on commit b1ba8b0

Please sign in to comment.