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