mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
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"
|
||||
|
||||
# Check if the number of lines changed is more than 20
|
||||
if [ "$LINES_CHANGED" -le 20 ]; then
|
||||
echo "ERROR: 20 or fewer lines have been changed. Failing the check."
|
||||
# Check if the number of lines changed is more than 50
|
||||
if [ "$LINES_CHANGED" -le 50 ]; then
|
||||
echo "ERROR: 50 or fewer lines have been changed. Failing the check."
|
||||
exit 1
|
||||
else
|
||||
echo "Success: More than 20 lines have been changed."
|
||||
echo "Success: More than 50 lines have been changed."
|
||||
fi
|
||||
|
||||
- name: Merge pull request
|
||||
|
|
Loading…
Add table
Reference in a new issue