aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <pwuts@agpt.co> 2024-03-01 12:28:00 +0100
committerGravatar Reinier van der Leer <pwuts@agpt.co> 2024-03-01 12:28:00 +0100
commit29d390d54d92bb459a42561f63a92f7c0def518f (patch)
treeeb16850405ec81da42855f896dd5228dbbe2eed0
parentfix(ci/arena): Fix requesting manual review (diff)
downloadAuto-GPT-29d390d54d92bb459a42561f63a92f7c0def518f.tar.gz
Auto-GPT-29d390d54d92bb459a42561f63a92f7c0def518f.tar.bz2
Auto-GPT-29d390d54d92bb459a42561f63a92f7c0def518f.zip
ci: Disable annoying auto-message discouraging big PRs
-rw-r--r--.github/workflows/pr-label.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml
index f550fe8e6..68327d976 100644
--- a/.github/workflows/pr-label.yml
+++ b/.github/workflows/pr-label.yml
@@ -52,9 +52,6 @@ jobs:
l_label: 'size/l'
l_max_size: 500
xl_label: 'size/xl'
- message_if_xl: >
- This PR exceeds the recommended size of 500 lines.
- Please make sure you are NOT addressing multiple issues with one PR.
scope:
if: ${{ github.event_name == 'pull_request_target' }}