From b29ed940632d3702d667c31861b9c807f3e3c36c Mon Sep 17 00:00:00 2001 From: Brian Thomas Smith Date: Tue, 23 Jan 2024 12:04:15 +0100 Subject: [PATCH 1/2] chore(ci): Change label calculation for PR size --- .github/workflows/pr-labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 530cd629c5c94ef..5a25628bd64e448 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -33,13 +33,13 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} github_api_url: "https://api.github.com" xs_label: "size/xs" - xs_max_size: "5" + xs_max_size: "2" s_label: "size/s" - s_max_size: "10" + s_max_size: "5" m_label: "size/m" m_max_size: "50" l_label: "size/l" - l_max_size: "100" + l_max_size: "500" xl_label: "size/xl" fail_if_xl: "false" message_if_xl: "" From 04eafa238782e4766aad5536ad21df3080b4d68c Mon Sep 17 00:00:00 2001 From: Brian Thomas Smith Date: Mon, 29 Jan 2024 16:59:19 +0100 Subject: [PATCH 2/2] chore(ci): Change label calculation for PR size --- .github/workflows/pr-labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 5a25628bd64e448..204899d098e0e1a 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -33,13 +33,13 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} github_api_url: "https://api.github.com" xs_label: "size/xs" - xs_max_size: "2" + xs_max_size: "5" s_label: "size/s" - s_max_size: "5" + s_max_size: "50" m_label: "size/m" - m_max_size: "50" + m_max_size: "500" l_label: "size/l" - l_max_size: "500" + l_max_size: "1000" xl_label: "size/xl" fail_if_xl: "false" message_if_xl: ""