Skip to content

Commit

Permalink
ci(github-actions): fix labeler typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Dec 19, 2023
1 parent 103ab56 commit 3cecd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github/labeler.yaml
.github/labeler.yml
sparse-checkout-cone-mode: false
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml
configuration-path: .github/labeler.yml

0 comments on commit 3cecd30

Please sign in to comment.