diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0523bd2b5..6fb4f8dc7 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -6,7 +6,9 @@ jobs: labeler: runs-on: ubuntu-latest steps: - - uses: actions/labeler@main + - name: Checkout + uses: actions/checkout@v4 + - name: Label PR + uses: actions/labeler@main with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: ".github/labeler.yml"