From 05ebc2d49ef0862b70fb297c5dbebb715cb907c0 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 9 Aug 2021 11:10:51 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 8e65a5e537..fc0024e129 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -248,7 +248,7 @@ jobs: pr_body: | This pull request is created by [clean][1] workflow. - The script checks each link and removes only those that return a HTTP 404 code (Not Found). Also, the script ignores links with labels `[Geo-blocked]`, `[Offline]` and `[Not 24/7]` in the title. + The script checks each link and removes those that do not contain working streams or return any error, except for HTTP error 403 (Forbidden). Also, the script ignores all links with labels `[Geo-blocked]`, `[Offline]` or `[Not 24/7]` in the title. **IMPORTANT:** Before merging all links should be checked manually to make sure that the response from the server has not changed. Working links should be marked as `[Not 24/7]` so that next time the script will not delete them.