From bf3ec9ed65584e319da12dbc5f4b83c548d44c53 Mon Sep 17 00:00:00 2001 From: Brian Thomas Smith Date: Tue, 30 Jan 2024 09:40:51 +0100 Subject: [PATCH] chore(ci): Increase PR size labels from S to XL (#31986) * chore(ci): Change label calculation for PR size * 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..204899d098e0e1a 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -35,11 +35,11 @@ jobs: xs_label: "size/xs" xs_max_size: "5" s_label: "size/s" - s_max_size: "10" + s_max_size: "50" m_label: "size/m" - m_max_size: "50" + m_max_size: "500" l_label: "size/l" - l_max_size: "100" + l_max_size: "1000" xl_label: "size/xl" fail_if_xl: "false" message_if_xl: ""