From 8f38f3fb28fd15a8b837a74a185292338216a67f Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 25 Jun 2021 22:48:19 -0400 Subject: [PATCH] [skip ci] Update issue closer rules --- .github/ISSUE_TEMPLATE/config.yml | 10 +++++----- .github/workflows/issue_closer.yml | 10 ++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8fe5556bb..8396606cf 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. \ No newline at end of file + about: Guides, troubleshooting, and answers to common questions. \ No newline at end of file diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml index c911a5a89..73089eecc 100644 --- a/.github/workflows/issue_closer.yml +++ b/.github/workflows/issue_closer.yml @@ -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).*",