Browse Source

[skip ci] Update issue closer rules

arkon 3 years ago
parent
commit
feddd9285d
2 changed files with 1 additions and 11 deletions
  1. 1 1
      .github/ISSUE_TEMPLATE/config.yml
  2. 0 10
      .github/workflows/issue_closer.yml

+ 1 - 1
.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.

+ 0 - 10
.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": ".*<Write short description here>*",
-                "message": "The description in the title was not filled out."
-              },
               {
                 "type": "body",
                 "regex": ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*",