From a2725a38976c8372ec14f24ee02fbcad57d97bdc Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 23 Dec 2025 00:37:58 +0100 Subject: [PATCH] Update PR validation workflow to modify in-progress comment behavior and streamline checkout step. --- .github/workflows/validate-pr.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index c12082108..3f2017245 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -10,20 +10,20 @@ jobs: if: github.repository == 'tabler/tabler-icons' runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Add in progress comment id: add-in-progress-comment uses: thollander/actions-comment-pull-request@v2 with: - comment_tag: validate - mode: recreate + comment_tag: validate-in-progress + mode: upsert content: | 🔄 Icons are being validated... Please wait... continue-on-error: true - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Use Node.js 20 uses: actions/setup-node@v3 with: