Skip to content

Commit 3ad7272

Browse files
committed
Exclude two more flaky GitHub URLs from markdown link check
The lychee pre-push hook was returning cached 502s for two CHANGELOG.md links. Mirror the existing pattern in this file by excluding both, so unrelated markdown link flakiness doesn't block branch pushes. - #785 - https://github.com/K4sku
1 parent af9037f commit 3ad7272

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.lychee.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ exclude = [
113113
'^https://github\.com/shakacode/react_on_rails/compare/',
114114
'^https://github\.com/shakacode/react_on_rails/pull/[0-9]+$', # Intermittent 5xx from GitHub PR pages in CI
115115
'^https://github\.com/shakacode/shakapacker/blob/cdf32835d3e0949952b8b4b53063807f714f9b24/package/environments/base\.js(#.*)?$', # Intermittent 502 from GitHub blob view in CI
116+
'^https://github\.com/K4sku$', # Intermittent 502 from GitHub user page in CI
116117

117118
# ============================================================================
118119
# DELETED GITHUB USER ACCOUNTS (return 502/404 from CI)

0 commit comments

Comments
 (0)