2020-04-09 01:36:36 +02:00
name : Issue closer
2020-10-03 18:58:22 +02:00
on :
issues :
types : [ opened, edited, reopened]
2020-08-13 04:38:13 +02:00
2020-04-09 01:36:36 +02:00
jobs :
autoclose :
runs-on : ubuntu-latest
steps :
2021-02-12 22:26:48 +01:00
- name : Autoclose issues
2021-05-20 04:17:21 +02:00
uses : arkon/issue-closer-action@v3.4
2021-02-12 22:26:48 +01:00
with :
repo-token : ${{ secrets.GITHUB_TOKEN }}
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."
2021-07-27 15:05:55 +02:00
},
{
"type": "both" ,
2021-09-14 17:50:21 +02:00
"regex": "^(?!.*myanimelist.*).*(aniyomi|anime).*$" ,
2021-07-27 15:10:03 +02:00
"ignoreCase": true ,
2021-07-27 15:05:55 +02:00
"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"
2021-02-12 22:26:48 +01:00
}
]