diff --git a/.github/workflows/autolabel-pr.yaml b/.github/workflows/autolabel-pr.yaml index 7c1ceb4..8db7106 100644 --- a/.github/workflows/autolabel-pr.yaml +++ b/.github/workflows/autolabel-pr.yaml @@ -18,5 +18,5 @@ jobs: uses: actions/labeler@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - configuration-path: .github/labeler.yml + configuration-path: .github/auto_label_pr.yml sync-labels: true \ No newline at end of file