Merge pull request #444 from fluxcd/test-pr

Retry links that cached error status, accept (but don't cache) 429
This commit is contained in:
Kingdon Barrett 2025-06-08 12:28:18 -04:00 committed by GitHub
commit 1e042a0e82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 7 deletions

View File

@ -25,8 +25,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v2.4.1
with:
# args: --cache --max-cache-age 1d --verbose --no-progress .
args: --accept '100..=103,200..=299,429' --cache --max-cache-age 1d --verbose --no-progress .
args: --accept '100..=103,200..=299,429' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress .
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

View File

@ -18,8 +18,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2.4.1
with:
# args: --cache --max-cache-age 1d --verbose --no-progress .
args: --accept '100..=103,200..=299,429' --cache --max-cache-age 1d --verbose --no-progress .
args: --accept '100..=103,200..=299,429' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress .
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

View File

@ -110,9 +110,9 @@ For these kinds of decisions, a deadline can be given, and unanimity with a quor
Links to relevant CNCF documentation:
- <https://github.com/cncf/foundation/blob/master/charter.md#11-ip-policy>
- <https://github.com/cncf/foundation/blob/master/allowed-third-party-license-policy.md#approved-licenses-for-allowlist>
- <https://github.com/cncf/foundation/blob/master/copyright-notices.md#copyright-notices>
- <https://github.com/cncf/foundation/blob/main/charter.md#11-ip-policy>
- <https://github.com/cncf/foundation/blob/main/policies-guidance/allowed-third-party-license-policy.md#approved-licenses-for-allowlist>
- <https://github.com/cncf/foundation/blob/main/copyright-notices.md#copyright-notices>
<!-- md links -->
[Maintainer]: community-roles.md#maintainer