From c8793c474adc3e3258e0c6c5f88eaa3aed7b3390 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:22:29 -0500 Subject: [PATCH] chore: bump l10n auto-merge line limit from 400 to 6000 (#7279) --- .github/workflows/auto-merge-l10n.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge-l10n.yml b/.github/workflows/auto-merge-l10n.yml index 27fca4bf1..d91c1d2c7 100644 --- a/.github/workflows/auto-merge-l10n.yml +++ b/.github/workflows/auto-merge-l10n.yml @@ -40,8 +40,8 @@ jobs: echo "PR changes: +$ADDITIONS -$DELETIONS (total: $TOTAL lines)" - if [ "$TOTAL" -gt 400 ]; then - echo "::error::PR exceeds 400 line change limit ($TOTAL lines)" + if [ "$TOTAL" -gt 6000 ]; then + echo "::error::PR exceeds 6000 line change limit ($TOTAL lines)" exit 1 fi