diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 655f5f28..a3ba8739 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -14,8 +14,6 @@ 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 }}"