diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9c55c86..4a771f6 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -7,7 +7,8 @@ jobs: add_label: runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@v2.1 + - name: Apply Label + uses: github/issue-labeler@v2.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml