From 1eaa920e9f7be7415c07b7aada01e22d3be52055 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 23 Dec 2025 00:41:11 +0100 Subject: [PATCH] Upgrade actions-comment-pull-request to v3 in PR validation workflow for improved functionality and consistency in comment handling. --- .github/workflows/validate-pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index 549f82143..051233465 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -16,11 +16,11 @@ jobs: - name: Add in progress comment id: add-in-progress-comment - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: comment_tag: validate mode: upsert - content: | + message: | 🔄 Icons are being validated... Please wait... continue-on-error: true @@ -57,7 +57,7 @@ jobs: continue-on-error: true - name: Comment PR - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: filePath: ./comment-markup.md comment_tag: validate