diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a54157595c..b88cba16a0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: ⚠️ Extension/source issue url: https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose - about: Issues and requests for extensions and sources should be opened here. + about: Issues and requests for extensions and sources should be opened in the tachiyomi-extensions repository instead. - name: 📦 Tachiyomi extensions url: https://github.com/tachiyomiorg/tachiyomi-extensions about: Extensions and sources. diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml index a777e65e93..1f6275b6b6 100644 --- a/.github/workflows/issue_closer.yml +++ b/.github/workflows/issue_closer.yml @@ -13,16 +13,6 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} rules: | [ - { - "type": "title", - "regex": ".*THIS ISSUE IS IN THE WRONG REPO.*", - "message": "It was not opened in the correct repo, as the template mentioned." - }, - { - "type": "title", - "regex": ".**", - "message": "The description in the title was not filled out." - }, { "type": "body", "regex": ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*",