From a0138b1beae2bf63a6b783c4c66e29fe2fae3137 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 09:09:51 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Fix=20typo=20in=20PR=20ch?= =?UTF-8?q?eck=20comment=20body?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected a minor spelling error in the comment body of the pull request check to improve readability and accuracy. --- .gitea/workflows/pr-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-check.yaml b/.gitea/workflows/pr-check.yaml index 32fffbc..eb42ff4 100644 --- a/.gitea/workflows/pr-check.yaml +++ b/.gitea/workflows/pr-check.yaml @@ -129,7 +129,7 @@ jobs: PR="${{ github.event.pull_request.number }}" TOKEN="${{ secrets.GITEA_TOKEN }}" - COMMENT_BODY="✅ CI checks passed.\n\nLeaks: ${{ needs.leak_test.result }}\nLint: ${{ needs.lint_test.result }}" + COMMENT_BODY="✅ CI checks pass.\n\nLeaks: ${{ needs.leak_test.result }}\nLint: ${{ needs.lint_test.result }}" # Find existing comment EXISTING_COMMENT_ID=$(curl -s -H "Authorization: token $TOKEN" \