From a431ca38f9ebdcceb341b8748ae65408aeb3a6b4 Mon Sep 17 00:00:00 2001 From: freearhey Date: Fri, 7 May 2021 14:59:29 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index ee5c2cf72e..9f13330f2c 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -194,5 +194,9 @@ jobs: with: title: '[Bot] Remove broken links' body: | - This pull request is created automatically. + This pull request is created automatically with `scripts/clean.js`. + + The script checks each link and removes only those that return a HTTP 404 code (Not Found). Also, the script ignores links with labels in the title: `[Geo-blocked]`, `[Not 24/7]`. + + Before merging all links should be checked manually to make sure that the response from the server has not changed. commit-message: '[Bot] Update playlists'