Skip to content

Commit 1e042a0

Browse files
authored
Merge pull request #444 from fluxcd/test-pr
Retry links that cached error status, accept (but don't cache) 429
2 parents 7f4af18 + a691394 commit 1e042a0

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/lychee-cron.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
- name: Link Checker
2626
uses: lycheeverse/[email protected]
2727
with:
28-
# args: --cache --max-cache-age 1d --verbose --no-progress .
29-
args: --accept '100..=103,200..=299,429' --cache --max-cache-age 1d --verbose --no-progress .
28+
args: --accept '100..=103,200..=299,429' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress .
3029
env:
3130
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3231

.github/workflows/lychee-pr.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
id: lychee
1919
uses: lycheeverse/[email protected]
2020
with:
21-
# args: --cache --max-cache-age 1d --verbose --no-progress .
22-
args: --accept '100..=103,200..=299,429' --cache --max-cache-age 1d --verbose --no-progress .
21+
args: --accept '100..=103,200..=299,429' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress .
2322
fail: true
2423
env:
2524
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

GOVERNANCE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ For these kinds of decisions, a deadline can be given, and unanimity with a quor
110110

111111
Links to relevant CNCF documentation:
112112

113-
- <https://github.com/cncf/foundation/blob/master/charter.md#11-ip-policy>
114-
- <https://github.com/cncf/foundation/blob/master/allowed-third-party-license-policy.md#approved-licenses-for-allowlist>
115-
- <https://github.com/cncf/foundation/blob/master/copyright-notices.md#copyright-notices>
113+
- <https://github.com/cncf/foundation/blob/main/charter.md#11-ip-policy>
114+
- <https://github.com/cncf/foundation/blob/main/policies-guidance/allowed-third-party-license-policy.md#approved-licenses-for-allowlist>
115+
- <https://github.com/cncf/foundation/blob/main/copyright-notices.md#copyright-notices>
116116

117117
<!-- md links -->
118118
[Maintainer]: community-roles.md#maintainer

0 commit comments

Comments
 (0)