diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 3463bbe3..1ec9499e 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -15,9 +15,10 @@ jobs: permissions: contents: read pull-requests: write - + # Disable until we have some actual labels to apply + if: false + steps: - uses: actions/labeler@v5 - if: false with: repo-token: "${{ secrets.GITHUB_TOKEN }}"