Update PR validation workflow to modify in-progress comment behavior and streamline checkout step.
This commit is contained in:
parent
36336d10bf
commit
a2725a3897
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue