pr-check: Tweak a review comment

This commit is contained in:
bbhtt
2025-09-15 08:39:43 +05:30
parent a3492dbb83
commit 816dd383cf

View File

@@ -200,7 +200,7 @@ jobs:
fi
if [ "$CHECKLIST_FAILED" -eq 1 ]; then
REVIEW_COMMENT_LINES+=("- All [checklists](https://github.com/flathub/flathub/blob/master/.github/pull_request_template.md?plain=1) are completed")
REVIEW_COMMENT_LINES+=("- All [checklists](https://github.com/flathub/flathub/blob/master/.github/pull_request_template.md?plain=1) are present in PR body and are completed")
fi
if [ "$BLOCKED" -eq 1 ]; then