Compare commits

..

1 Commits

Author SHA1 Message Date
GitHub Action
26cdcbd9ba chore: crowdin locale sync 2026-02-01 03:25:40 +00:00

View File

@@ -25,12 +25,8 @@ jobs:
env: env:
AUTHOR: ${{ github.event.pull_request.user.login }} AUTHOR: ${{ github.event.pull_request.user.login }}
run: | run: |
if [[ if [[ "$AUTHOR" != "hay-kot" && "$AUTHOR" != "github-actions[bot]" ]]; then
"$AUTHOR" != "hay-kot" && echo "::error::PR author must be hay-kot or github-actions[bot] for auto-merge (got: $AUTHOR)"
"$AUTHOR" != "github-actions[bot]" &&
"$AUTHOR" != "mealie-actions[bot]"
]]; then
echo "::error::PR author must be hay-kot, github-actions[bot], or mealie-actions[bot] for auto-merge (got: $AUTHOR)"
exit 1 exit 1
fi fi
echo "Author validated: $AUTHOR" echo "Author validated: $AUTHOR"
@@ -47,8 +43,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 200 ]; then
echo "::error::PR exceeds 400 line change limit ($TOTAL lines)" echo "::error::PR exceeds 200 line change limit ($TOTAL lines)"
exit 1 exit 1
fi fi