Commit Graph

3 Commits (4169248c713188767e968c26d827ad860c08eb68)

Author SHA1 Message Date
Kálmán „KAMI” Szalai 4169248c71 Switch weekly trend workflow to artifacts instead of repo commits
Stores the failed-channel snapshot as a workflow artifact (90-day
retention) and downloads the previous run's artifact for comparison,
instead of committing a state file back to the repo.
2026-08-18 13:02:05 +02:00
Kálmán „KAMI” Szalai 2109ca83a7 Retry push in weekly trend workflow to handle concurrent commits 2026-08-18 12:54:21 +02:00
Kálmán „KAMI” Szalai 988f3a768b Add weekly channel health trend report and per-PR link checker
Weekly trend workflow: runs the full iptv-checker weekly, keeps a
snapshot of failed URLs in .github/checker-history/failed.txt, and
reports newly-broken vs newly-recovered channels since the last run
in the job summary.

PR check workflow: on any PR touching lists/*.md, extracts only the
added/changed stream links from the diff and checks just those (not
the whole 2000+ channel playlist), reporting online/failed results
directly in the PR's Checks summary.
2026-08-18 12:47:38 +02:00