From c4fa064184a80bb7e5937376555364722ae92ae7 Mon Sep 17 00:00:00 2001 From: Richard Case Date: Wed, 3 Nov 2021 15:42:23 +0000 Subject: [PATCH] chore: remove the message on XL pr This change removes the configured message when a PR is an XL size. This is generating a lot of noise on PRs. Signed-off-by: Richard Case --- .github/workflows/pr_size.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr_size.yml b/.github/workflows/pr_size.yml index 272dbb3a..4fb36e57 100644 --- a/.github/workflows/pr_size.yml +++ b/.github/workflows/pr_size.yml @@ -15,4 +15,3 @@ jobs: m_max_size: '1500' l_max_size: '5000' fail_if_xl: 'false' - message_if_xl: 'This PR is so big! Please, split it 😊'