mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-06 13:05:36 -04:00
chore: bump l10n auto-merge line limit from 400 to 6000 (#7279)
This commit is contained in:
4
.github/workflows/auto-merge-l10n.yml
vendored
4
.github/workflows/auto-merge-l10n.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user