chore: bump l10n auto-merge line limit from 400 to 6000 (#7279)

This commit is contained in:
Hayden
2026-03-19 14:22:29 -05:00
committed by GitHub
parent b64e27b24b
commit c8793c474a

View File

@@ -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