mirror of https://github.com/fluxcd/community.git
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:
commit
1e042a0e82
|
|
@ -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}}
|
||||
|
||||
|
|
|
|||
|
|
@ -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}}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue