1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

chore: accept 429 responses (#9974)

When being throttled assume the link is ok, eventually someday it will
be checked

Already tested it works on this branch:
https://github.com/Unleash/unleash/actions/runs/14993127371
This commit is contained in:
Gastón Fournier 2025-05-13 12:05:55 +02:00 committed by GitHub
parent 5f4d7de62e
commit 2a083edc14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,10 +24,10 @@ jobs:
restore-keys: cache-lychee-
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2.3.0
uses: lycheeverse/lychee-action@v2
with:
fail: true
args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --exclude-mail --verbose' # other excludes are in .lycheeignore
args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --exclude-mail --verbose --accept 200,429' # other excludes are in .lycheeignore
output: ${{ env.issue-content }}
# Permissions (issues: read)