Update PR validation workflow to modify in-progress comment behavior and streamline checkout step.

This commit is contained in:
codecalm 2025-12-23 00:37:58 +01:00
parent 36336d10bf
commit a2725a3897
1 changed files with 6 additions and 6 deletions

View File

@ -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: