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:
parent
5f4d7de62e
commit
2a083edc14
4
.github/workflows/check_links.yaml
vendored
4
.github/workflows/check_links.yaml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user