From 0b269db17a95d608b55aff98bb64bd3d52f659d0 Mon Sep 17 00:00:00 2001 From: MajorTanya <39014446+MajorTanya@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:38:16 +0200 Subject: [PATCH] Add MyAnimeList issue autoclose (#703) [skip ci] Add MyAnimeList issue autoclose This rule is intended to automatically close issues that report problems with linking MAL that would be solved with the standard solution of updating & changing the default UA. The RegEx might be too general, but there isn't any neat pattern in the previously filed issues. (cherry picked from commit 9a3ffe2ea6cbf7ef2c2966c304a54b715a5fa682) (cherry picked from commit e32eb0e0093c143315893b3d14381305d044e19d) # Conflicts: # .github/workflows/issue_moderator.yml --- .github/workflows/issue_moderator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_moderator.yml b/.github/workflows/issue_moderator.yml index bd8238509..8fdb47647 100644 --- a/.github/workflows/issue_moderator.yml +++ b/.github/workflows/issue_moderator.yml @@ -41,7 +41,7 @@ jobs: "type": "both", "regex": "^.*(myanimelist|mal).*$", "ignoreCase": true, - "message": "For issues with linking MyAnimeList, please follow these steps:\n1. Update App to version 0.16.4 or newer\n2. Change your default User-Agent (`More → Settings → Advanced → Default user agent string`)\n3. Close and restart App\n4. Attempt to link MyAnimeList again\n\nIf you had MyAnimeList linked before, try to unlink it first before trying these steps." + "message": "For issues with linking MyAnimeList, please follow these steps:\n1. Update Komikku to latest version\n2. Change your default User-Agent (`More → Settings → Advanced → Default user agent string`)\n3. Close and restart App\n4. Attempt to link MyAnimeList again\n\nIf you had MyAnimeList linked before, try to unlink it first before trying these steps." } ] auto-close-ignore-label: do-not-autoclose