diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 9918f1b7..2aa3e04f 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -15,6 +15,8 @@ jobs: contents: read pull-requests: write steps: + # Use checkout just for now until this is merged + - uses: actions/checkout@v4 - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"