diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index bcbc6aa..fe6a9cb 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -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