[skip ci] use the actions built in ignore case
(cherry picked from commit 6cab2427f5e098baf3e1a6dc5f5f3c867bfec07f)
This commit is contained in:
parent
4bd91c0d9e
commit
9a47e812ed
1 changed files with 2 additions and 1 deletions
3
.github/workflows/issue_closer.yml
vendored
3
.github/workflows/issue_closer.yml
vendored
|
|
@ -25,7 +25,8 @@ jobs:
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "both",
|
"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"
|
"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 a new issue