[skip ci] Update issue closer rules
This commit is contained in:
parent
62e07e9f51
commit
8f38f3fb28
|
@ -3,9 +3,9 @@ contact_links:
|
|||
- name: Extensions list
|
||||
url: https://tachiyomi.org/extensions
|
||||
about: List of all available extensions with download links.
|
||||
- name: Tachiyomi help website
|
||||
- name: ⚠️ Tachiyomi app issue
|
||||
url: https://github.com/tachiyomiorg/tachiyomi/issues/new/choose
|
||||
about: Issues and requests about the app itself should be opened in the tachiyomi repository instead.
|
||||
- name: 🌐 Tachiyomi website
|
||||
url: https://tachiyomi.org/help/
|
||||
about: Common questions are answered here.
|
||||
- name: Tachiyomi app GitHub repository
|
||||
url: https://github.com/tachiyomiorg/tachiyomi
|
||||
about: Issues about the app itself should be opened here instead.
|
||||
about: Guides, troubleshooting, and answers to common questions.
|
|
@ -15,6 +15,16 @@ jobs:
|
|||
ignoreLabel: do-not-autoclose
|
||||
rules: |
|
||||
[
|
||||
{
|
||||
"type": "body",
|
||||
"regex": ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*",
|
||||
"message": "The acknowledgment section was not removed."
|
||||
},
|
||||
{
|
||||
"type": "body",
|
||||
"regex": ".*\\* (Tachiyomi version|Android version|Device): \\?.*",
|
||||
"message": "Requested information in the template was not filled out."
|
||||
},
|
||||
{
|
||||
"type": "title",
|
||||
"regex": ".*(Source name|Short description).*",
|
||||
|
|
Loading…
Reference in New Issue