mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
parent
ab5cb5bbcf
commit
9b1656a662
1
.github/ISSUE_TEMPLATE/01_report_issue.yml
vendored
1
.github/ISSUE_TEMPLATE/01_report_issue.yml
vendored
@ -101,7 +101,6 @@ body:
|
||||
required: true
|
||||
- label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/).
|
||||
required: true
|
||||
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
|
||||
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/tachiyomiorg/tachiyomi/issues/new/choose).
|
||||
required: true
|
||||
- label: I will fill out all of the requested information in this form.
|
||||
|
1
.github/ISSUE_TEMPLATE/02_request_source.yml
vendored
1
.github/ISSUE_TEMPLATE/02_request_source.yml
vendored
@ -51,6 +51,5 @@ body:
|
||||
required: true
|
||||
- label: I have written a meaningful title with the source name.
|
||||
required: true
|
||||
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
|
||||
- label: I will fill out all of the requested information in this form.
|
||||
required: true
|
||||
|
@ -53,6 +53,5 @@ body:
|
||||
required: true
|
||||
- label: I have written a short but informative title.
|
||||
required: true
|
||||
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
|
||||
- label: I will fill out all of the requested information in this form.
|
||||
required: true
|
||||
|
@ -59,6 +59,5 @@ body:
|
||||
required: true
|
||||
- label: I have written a meaningful title with the source name.
|
||||
required: true
|
||||
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
|
||||
- label: I will fill out all of the requested information in this form.
|
||||
required: true
|
||||
|
@ -53,7 +53,6 @@ body:
|
||||
required: true
|
||||
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/mihonapp/mihon/issues/new/choose).
|
||||
required: true
|
||||
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
|
||||
- label: I have updated the app to version **[0.15.3](https://github.com/mihonapp/mihon/releases/latest)**.
|
||||
required: true
|
||||
- label: I will fill out all of the requested information in this form.
|
||||
|
1
.github/ISSUE_TEMPLATE/06_request_meta.yml
vendored
1
.github/ISSUE_TEMPLATE/06_request_meta.yml
vendored
@ -35,7 +35,6 @@ body:
|
||||
required: true
|
||||
- label: I have updated the app to version **[0.15.3](https://github.com/mihonapp/mihon/releases/latest)**.
|
||||
required: true
|
||||
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
|
||||
- label: I have updated all installed extensions.
|
||||
required: true
|
||||
- label: I will fill out all of the requested information in this form.
|
||||
|
6
.github/workflows/issue_moderator.yml
vendored
6
.github/workflows/issue_moderator.yml
vendored
@ -39,12 +39,6 @@ jobs:
|
||||
|
||||
auto-close-rules: |
|
||||
[
|
||||
{
|
||||
"type": "body",
|
||||
"regex": "- \\[[xX]\\] I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements\\.",
|
||||
"labels": [":clown_face:"],
|
||||
"message": "You have not carefully read the acknowledgements. Read them again and edit the checkboxes before reopening the issue."
|
||||
},
|
||||
{
|
||||
"type": "both",
|
||||
"regex": ".*(?:fail(?:ed|ure|s)?|can\\s*(?:no|')?t|(?:not|un).*able|(?<!n[o']?t )blocked by|error) (?:to )?(?:get past|by ?pass|penetrate)?.*cl[oa]ud ?fl?[ai]re.*",
|
||||
|
Loading…
Reference in New Issue
Block a user