diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index f2aa28c0..15ea84df 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,6 +10,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: actions/labeler@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }}