[skip ci] Fix issue_moderator (#476)

Fix issue_moderator
This commit is contained in:
bapeey 2024-01-21 20:17:58 -05:00 committed by GitHub
parent 0b850e2d75
commit 1dc862fd07

View File

@ -58,9 +58,9 @@ jobs:
},
{
"type": "both",
"regex": ".*(?:fail(?:ed|ure|s|ing)?|can\\s*(?:no|')?t|(?:not|un)(?:.*able)?|(?<!n[o']?t )blocked by|error) (?:to )?.*(?:install|update(?:d|ing)?)?(?: extensions?)?",
"regex": ".*(?:fail(?:ed|ure|s|ing)?|can\\s*(?:no|')?t|(?:not|un)(?:.*able)?|(?<!n[o']?t )blocked by|error) (?:to )?.*(?:install|update(?:d|ing)?)(?: extensions?)?",
"ignoreCase": true,
"message": "Uninstall the extension before updating. If that does not work, uninstall it from your device's settings by navigating to your device's Settings -> Apps and uninstall it from there by looking for `Tachiyomi: <extension name>`.\n\nThis is usually caused your previous extension having a different signature from the updated extension, making Android refuse to update it."
"message": "Uninstall the extension before updating. If that does not work, uninstall it from your device's settings by navigating to your device's Settings -> Apps and uninstall it from there by looking for **Tachiyomi: <extension name>**.\n\nThis is usually caused your previous extension having a different signature from the updated extension, making Android refuse to update it."
}
]
auto-close-ignore-label: do-not-autoclose