mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-26 04:03:01 +01:00
ci: Properly configure the rest of issue moderator (#138)
This commit is contained in:
parent
b768f45276
commit
21d2b4da47
2
.github/ISSUE_TEMPLATE/01_report_issue.yml
vendored
2
.github/ISSUE_TEMPLATE/01_report_issue.yml
vendored
@ -95,7 +95,7 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: I have written a short but informative title.
|
- label: I have written a short but informative title.
|
||||||
required: true
|
required: true
|
||||||
- label: I have updated the app to version **[0.15.1](https://github.com/tachiyomiorg/tachiyomi/releases/latest)**.
|
- label: I have updated the app to version **[0.15.2](https://github.com/tachiyomiorg/tachiyomi/releases/latest)**.
|
||||||
required: true
|
required: true
|
||||||
- label: I have updated all installed extensions.
|
- label: I have updated all installed extensions.
|
||||||
required: true
|
required: true
|
||||||
|
11
.github/workflows/issue_moderator.yml
vendored
11
.github/workflows/issue_moderator.yml
vendored
@ -13,9 +13,17 @@ jobs:
|
|||||||
- name: Moderate issues
|
- name: Moderate issues
|
||||||
uses: tachiyomiorg/issue-moderator-action@v2
|
uses: tachiyomiorg/issue-moderator-action@v2
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.ISSUE_MODERATOR_PAT }}
|
||||||
duplicate-label: Duplicate
|
duplicate-label: Duplicate
|
||||||
|
|
||||||
|
blurbs: |
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"keywords": ["cf", "cloudflare"],
|
||||||
|
"message": "Refer to the **Solving Cloudflare issues** section at https://tachiyomi.org/docs/guides/troubleshooting/#cloudflare. If it doesn't work, migrate to other sources or wait until they lower their protection."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
duplicate-check-enabled: true
|
duplicate-check-enabled: true
|
||||||
duplicate-check-labels: |
|
duplicate-check-labels: |
|
||||||
["Source request", "Domain changed"]
|
["Source request", "Domain changed"]
|
||||||
@ -23,6 +31,7 @@ jobs:
|
|||||||
existing-check-enabled: true
|
existing-check-enabled: true
|
||||||
existing-check-labels: |
|
existing-check-labels: |
|
||||||
["Source request", "Domain changed"]
|
["Source request", "Domain changed"]
|
||||||
|
existing-check-repo-url: https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json
|
||||||
|
|
||||||
auto-close-rules: |
|
auto-close-rules: |
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user