Skip to content

Commit 3cecd30

Browse files
committed
ci(github-actions): fix labeler typo
1 parent 103ab56 commit 3cecd30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/label_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
sparse-checkout: |
15-
.github/labeler.yaml
15+
.github/labeler.yml
1616
sparse-checkout-cone-mode: false
1717
- uses: actions/labeler@v5
1818
with:
19-
configuration-path: .github/labeler.yaml
19+
configuration-path: .github/labeler.yml

0 commit comments

Comments
 (0)