mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-13 00:15:34 -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)"
|
echo "PR changes: +$ADDITIONS -$DELETIONS (total: $TOTAL lines)"
|
||||||
|
|
||||||
if [ "$TOTAL" -gt 400 ]; then
|
if [ "$TOTAL" -gt 6000 ]; then
|
||||||
echo "::error::PR exceeds 400 line change limit ($TOTAL lines)"
|
echo "::error::PR exceeds 6000 line change limit ($TOTAL lines)"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user