From 20a4922b4040b0f2168251cef03265d99c6ed43d Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Wed, 7 Jun 2023 01:37:43 +0200 Subject: [PATCH] Increase thresholds for PR autolabeler (#4602) --- .github/workflows/pr-label.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml index 62a197de5..e024f34b9 100644 --- a/.github/workflows/pr-label.yml +++ b/.github/workflows/pr-label.yml @@ -48,11 +48,10 @@ jobs: s_label: 'size/s' s_max_size: 10 m_label: 'size/m' - m_max_size: 50 + m_max_size: 100 l_label: 'size/l' - l_max_size: 200 + l_max_size: 500 xl_label: 'size/xl' message_if_xl: > - This PR exceeds the recommended size of 200 lines. + This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. - Note this PR might be rejected due to its size