diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml index 2a7a81f..e5a899b 100644 --- a/.github/workflows/auto-comment.yml +++ b/.github/workflows/auto-comment.yml @@ -13,4 +13,5 @@ jobs: - name: Process Label Action uses: hramos/respond-to-issue-based-on-label@v2 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + repo-token: ${{ secrets.GITHUB_TOKEN }} + configuration-path: '.github/label-actions.yml'