From 816dd383cf2bb9bea706130447713f32743db511 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Mon, 15 Sep 2025 08:39:43 +0530 Subject: [PATCH] pr-check: Tweak a review comment --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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