[skip ci] Update issue closer rules
This commit is contained in:
parent
62e07e9f51
commit
8f38f3fb28
|
@ -3,9 +3,9 @@ contact_links:
|
||||||
- name: Extensions list
|
- name: Extensions list
|
||||||
url: https://tachiyomi.org/extensions
|
url: https://tachiyomi.org/extensions
|
||||||
about: List of all available extensions with download links.
|
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/
|
url: https://tachiyomi.org/help/
|
||||||
about: Common questions are answered here.
|
about: Guides, troubleshooting, and answers to common questions.
|
||||||
- name: Tachiyomi app GitHub repository
|
|
||||||
url: https://github.com/tachiyomiorg/tachiyomi
|
|
||||||
about: Issues about the app itself should be opened here instead.
|
|
|
@ -15,6 +15,16 @@ jobs:
|
||||||
ignoreLabel: do-not-autoclose
|
ignoreLabel: do-not-autoclose
|
||||||
rules: |
|
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",
|
"type": "title",
|
||||||
"regex": ".*(Source name|Short description).*",
|
"regex": ".*(Source name|Short description).*",
|
||||||
|
|
Loading…
Reference in New Issue