소스 검색

[skip ci] Update issue closer to ignore myanimelist (#5911)

Not sure if there's any limitation for the regex but this will ignore myanimelist strings, in practice.
paulo27ms 4 년 전
부모
커밋
be001d090c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/issue_closer.yml

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

@@ -25,7 +25,7 @@ jobs:
               },
               {
                 "type": "both",
-                "regex": ".*(aniyomi|anime).*",
+                "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"
               }