2021-05-29 05:21:14 +02:00
name : Issue moderator
on :
2022-02-27 20:50:48 +01:00
issues :
types : [ opened, edited, reopened]
2021-05-29 05:21:14 +02:00
issue_comment :
types : [ created]
jobs :
moderate :
runs-on : ubuntu-latest
steps :
- name : Moderate issues
2023-04-02 20:28:22 +02:00
uses : tachiyomiorg/issue-moderator-action@v2
2021-05-29 05:21:14 +02:00
with :
repo-token : ${{ secrets.GITHUB_TOKEN }}
2023-04-02 20:28:22 +02:00
duplicate-label : Duplicate
2022-02-27 20:50:48 +01:00
auto-close-rules : |
[
{
"type": "body" ,
"regex": ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*" ,
"message": "The acknowledgment section was not removed."
},
{
"type": "body" ,
"regex": ".*\\* (Tachiyomi version|Android version|Device): \\?.*" ,
"message": "Requested information in the template was not filled out."
},
{
"type": "both" ,
"regex": "^(?!.*myanimelist.*).*(aniyomi|anime).*$" ,
"ignoreCase": true ,
"message": "Tachiyomi does not support anime, and has no plans to support anime. In addition Tachiyomi is not affiliated with Aniyomi https://github.com/jmir1/aniyomi"
2023-08-13 16:05:19 +02:00
},
{
"type": "both" ,
"regex": ".*(?:fail(?:ed|ure|s)?|can\\s*(?:no|')?t|(?:not|un).*able|(?<!n[o']?t )blocked by|error) (?:to )?(?:get past|by ?pass|penetrate)?.*cloud ?fl?are.*" ,
"ignoreCase": true ,
"labels": [ "Cloudflare protected" ] ,
2023-09-11 00:11:00 +02:00
"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."
2022-02-27 20:50:48 +01:00
}
]
2023-04-02 20:28:22 +02:00
auto-close-ignore-label : do-not-autoclose