ci: fix labeler config path

This commit is contained in:
raf 2025-05-05 10:58:58 +03:00
commit 5221dc27dd
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -17,5 +17,5 @@ jobs:
- uses: actions/labeler@v5 - uses: actions/labeler@v5
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml configuration-path: .github/labels.yml
sync-labels: true sync-labels: true