From 2c111d693bc04f326561fb5d06cc1345a5e3195b Mon Sep 17 00:00:00 2001 From: bbhtt Date: Thu, 25 Dec 2025 18:46:33 +0530 Subject: [PATCH] pr-check: Drop extra full stop from verification 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 a0dc4f8..8de229f 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -248,7 +248,7 @@ jobs: echo "Domain is: $DOMAIN" VERIF_URL="https://$DOMAIN/.well-known/org.flathub.VerifiedApps.txt" VERIF_COMMENT_1="If you intend to [verify](https://docs.flathub.org/docs/for-app-authors/verification) this submission, please" - VERIF_COMMENT_2="confirm by uploading an empty \`org.flathub.VerifiedApps.txt\` file to $VERIF_URL. Otherwise, ignore this." + VERIF_COMMENT_2="confirm by uploading an empty \`org.flathub.VerifiedApps.txt\` file to $VERIF_URL. Otherwise, ignore this" VERIF_COMMENT="$VERIF_COMMENT_1 $VERIF_COMMENT_2" DOMAIN_COMMENT="$DOMAIN_COMMENT_PARTIAL $DOMAIN. $VERIF_COMMENT. Please comment if this incorrect." if ! comment_contains "$VERIF_URL"; then