diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index 3579c23..282677a 100644 --- a/.github/workflows/pr_validation.yml +++ b/.github/workflows/pr_validation.yml @@ -25,21 +25,3 @@ jobs: - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - - size-label: - runs-on: ubuntu-latest - concurrency: size-label - steps: - - uses: actions/checkout@v4 - - name: size-label - uses: "pascalgn/size-label-action@v0.5.0" - env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - with: - sizes: > - { - "0": "XS", - "20": "S", - "50": "M", - "250": "Too Large" - }