From 8670b3039e0cca0c57dc6cc5c608781d8ab69314 Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Tue, 25 Apr 2023 17:25:38 -0500 Subject: [PATCH] Fix PR size autolabeler message (#3194) --- .github/workflows/pr-label.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml index d4e9a5e7..ff4174ad 100644 --- a/.github/workflows/pr-label.yml +++ b/.github/workflows/pr-label.yml @@ -49,3 +49,7 @@ jobs: l_label: 'size/l' l_max_size: 200 xl_label: 'size/xl' + message_if_xl: > + This PR exceeds the recommended size of 200 lines. + Please make sure you are NOT addressing multiple issues with one PR. + Note this PR might be rejected due to its size