From 90f3c5e2d96d1f8d2925222ad64984389c60df6b Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Wed, 10 Apr 2024 17:49:31 +0200 Subject: fix(ci): Disable annoying "PR too big" auto-message --- .github/workflows/pr-label.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml index 68327d976..415637702 100644 --- a/.github/workflows/pr-label.yml +++ b/.github/workflows/pr-label.yml @@ -52,6 +52,7 @@ jobs: l_label: 'size/l' l_max_size: 500 xl_label: 'size/xl' + message_if_xl: scope: if: ${{ github.event_name == 'pull_request_target' }} -- cgit v1.2.3