Change to 50
This commit is contained in:
parent
f83b97bbae
commit
ab54e985ff
1 changed files with 4 additions and 4 deletions
8
.github/workflows/i18n-automerge.yml
vendored
8
.github/workflows/i18n-automerge.yml
vendored
|
@ -42,12 +42,12 @@ jobs:
|
||||||
|
|
||||||
echo "Total lines changed: $LINES_CHANGED"
|
echo "Total lines changed: $LINES_CHANGED"
|
||||||
|
|
||||||
# Check if the number of lines changed is more than 20
|
# Check if the number of lines changed is more than 50
|
||||||
if [ "$LINES_CHANGED" -le 20 ]; then
|
if [ "$LINES_CHANGED" -le 50 ]; then
|
||||||
echo "ERROR: 20 or fewer lines have been changed. Failing the check."
|
echo "ERROR: 50 or fewer lines have been changed. Failing the check."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "Success: More than 20 lines have been changed."
|
echo "Success: More than 50 lines have been changed."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Merge pull request
|
- name: Merge pull request
|
||||||
|
|
Loading…
Add table
Reference in a new issue