mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 18:57:26 +01:00
[skip ci] use the actions built in ignore case
This commit is contained in:
parent
511bcc9197
commit
6cab2427f5
3
.github/workflows/issue_closer.yml
vendored
3
.github/workflows/issue_closer.yml
vendored
@ -25,7 +25,8 @@ jobs:
|
||||
},
|
||||
{
|
||||
"type": "both",
|
||||
"regex": ".*((A|a)(niyomi|nime))|.*",
|
||||
"regex": ".*(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"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user