aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <pwuts@agpt.co> 2024-04-10 17:49:31 +0200
committerGravatar Reinier van der Leer <pwuts@agpt.co> 2024-04-10 17:49:31 +0200
commit90f3c5e2d96d1f8d2925222ad64984389c60df6b (patch)
tree72a1586eba2c85b5051f4651967081c5e01991fb
parentfix(agent, forge): Conform web_search.py to duckduckgo_search v5 (#7046) (diff)
downloadAuto-GPT-90f3c5e2d96d1f8d2925222ad64984389c60df6b.tar.gz
Auto-GPT-90f3c5e2d96d1f8d2925222ad64984389c60df6b.tar.bz2
Auto-GPT-90f3c5e2d96d1f8d2925222ad64984389c60df6b.zip
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 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' }}