Explorar el Código

[skip ci] use the actions built in ignore case

Carlos hace 3 años
padre
commit
6cab2427f5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .github/workflows/issue_closer.yml

+ 2 - 1
.github/workflows/issue_closer.yml

@@ -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"
               }
             ]