pr-check: Fix syntax error

This commit is contained in:
bbhtt
2025-09-15 08:10:05 +05:30
parent 1e8d9a4332
commit 83f4ff3b8a

View File

@@ -172,7 +172,7 @@ jobs:
if ! echo "$PR_FILES" | grep -qE '^[^/]+\.(ya?ml|json)$'; then
echo "No JSON/YAML files at toplevel"
BLOCKED=1
REVIEW_COMMENT_LINES+=("- Flatpak manifest is at toplevel)
REVIEW_COMMENT_LINES+=("- Flatpak manifest is at toplevel")
fi
CHECKLIST_PRESENT=$(printf "%s\n" "$PR_BODY" | grep -cE '^- ?\[[xX]\] [A-Za-z]+' || true)