Update issue autocloser rules

This commit is contained in:
stevenyomi 2024-02-29 18:49:24 +00:00
parent 74ff466bb5
commit e04f151da8

View File

@ -39,16 +39,6 @@ jobs:
auto-close-rules: |
[
{
"type": "body",
"regex": ".*\\* (Tachiyomi version|Android version|Device): \\?.*",
"message": "Requested information in the template was not filled out."
},
{
"type": "title",
"regex": ".*(Source name|Short description).*",
"message": "You did not fill out the description in the title."
},
{
"type": "body",
"regex": "- \\[[xX]\\] I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements\\.",
@ -61,6 +51,13 @@ jobs:
"ignoreCase": true,
"labels": ["Cloudflare protected"],
"message": "Refer to the **Solving Cloudflare issues** section at https://tachiyomi.org/docs/guides/troubleshooting/#cloudflare. If it doesn't work, migrate to other sources or wait until they lower their protection."
},
{
"type": "both",
"regex": "remanga\\.org",
"ignoreCase": true,
"labels": ["invalid"],
"message": "ReManga (Russian) will not be added back as it has been removed [due to legal reasons](https://github.com/github/dmca)."
}
]
auto-close-ignore-label: do-not-autoclose