From ca327e498085cdd9ffcc4b8a89c5c83dedd05852 Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Tue, 19 May 2026 16:47:47 +0200 Subject: [PATCH] Remove size-label job from PR validation workflow --- .github/workflows/pr_validation.yml | 18 ------------------ 1 file changed, 18 deletions(-) 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" - }