mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:15:14 +01:00
[skip ci] Update issue closer rules
This commit is contained in:
parent
d1b393965f
commit
feddd9285d
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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.
|
||||
|
10
.github/workflows/issue_closer.yml
vendored
10
.github/workflows/issue_closer.yml
vendored
@ -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.*",
|
||||
|
Loading…
Reference in New Issue
Block a user