pr-check: Fix syntax error
This commit is contained in:
parent
1e8d9a4332
commit
83f4ff3b8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-check.yml
vendored
2
.github/workflows/pr-check.yml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue