From 012afed2a46032e0af603b1a21a74ea71a7c039b Mon Sep 17 00:00:00 2001 From: arkon Date: Thu, 17 Nov 2022 09:33:45 -0500 Subject: [PATCH] [skip ci] fix CloudFlare auto-close message not being posted --- .github/workflows/issue_moderator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_moderator.yml b/.github/workflows/issue_moderator.yml index 8bfb5e586..11d7abecd 100644 --- a/.github/workflows/issue_moderator.yml +++ b/.github/workflows/issue_moderator.yml @@ -51,7 +51,7 @@ jobs: "type": "both", "regex": ".*failed to bypass cloudflare.*", "ignoreCase": true, - "message": "Please refer to the \"Solving Cloudflare issues\" section and the two following sections at https://tachiyomi.org/help/guides/troubleshooting/#solving-cloudflare-issues. Some sources intentionally have a higher Cloudflare protection level to block apps like Tachiyomi. Try changing the user agent string by following the aforementioned guide, but this is a last measure; if it doesn't work, migrate to other sources or wait until they lower their protection." + "message": "Please refer to the **Solving Cloudflare issues** section and the two following sections at https://tachiyomi.org/help/guides/troubleshooting/#solving-cloudflare-issues. Some sources intentionally have a higher Cloudflare protection level to block apps like Tachiyomi. Try changing the user agent string by following the aforementioned guide, but this is a last measure; if it doesn't work, migrate to other sources or wait until they lower their protection." } ] auto-close-ignore-label: do-not-autoclose