summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier van der Leer <pwuts@agpt.co>2024-04-10 17:49:31 +0200
committerReinier van der Leer <pwuts@agpt.co>2024-04-10 17:49:31 +0200
commit90f3c5e2d96d1f8d2925222ad64984389c60df6b (patch)
tree72a1586eba2c85b5051f4651967081c5e01991fb
parentfb8ed0b46b4623cb54bb8c64c76e5786f89c194c (diff)
fix(ci): Disable annoying "PR too big" auto-message
-rw-r--r--.github/workflows/pr-label.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml
index 68327d97..41563770 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' }}