From 4ac5446b63e2c8b316b330108bd68eeb3d1b7455 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:46:16 +0100 Subject: [PATCH] Create labeler-size.yml --- .github/workflows/labeler-size.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/labeler-size.yml diff --git a/.github/workflows/labeler-size.yml b/.github/workflows/labeler-size.yml new file mode 100644 index 00000000000000..3541ef258111e3 --- /dev/null +++ b/.github/workflows/labeler-size.yml @@ -0,0 +1,18 @@ +name: "Labels: Size" +on: pull_request_target +jobs: + size-label: + runs-on: ubuntu-latest + steps: + - name: size-label + uses: pascalgn/size-label-action@v0.5.5 + with: + # Custom size configuration + sizes: > + { + "0": "XS", + "10": "S", + "30": "M", + "100": "L", + "1000": "XL", + }