mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
[skip ci] Update issue closer rules
This commit is contained in:
parent
d1b393965f
commit
feddd9285d
2 changed files with 1 additions and 11 deletions
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -2,7 +2,7 @@ blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: ⚠️ Extension/source issue
|
- name: ⚠️ Extension/source issue
|
||||||
url: https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose
|
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
|
- name: 📦 Tachiyomi extensions
|
||||||
url: https://github.com/tachiyomiorg/tachiyomi-extensions
|
url: https://github.com/tachiyomiorg/tachiyomi-extensions
|
||||||
about: Extensions and sources.
|
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 }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
rules: |
|
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",
|
"type": "body",
|
||||||
"regex": ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*",
|
"regex": ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*",
|
||||||
|
|
Loading…
Reference in a new issue