You've already forked ZygiskNext
mirror of
https://github.com/Dr-TSNG/ZygiskNext.git
synced 2025-08-27 23:46:34 +00:00
update for version too old issue (#85)
This commit is contained in:
16
.github/workflows/issue_moderator.yml
vendored
16
.github/workflows/issue_moderator.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
autoclose:
|
autoclose:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check issue
|
- name: Check no title issue
|
||||||
uses: tachiyomiorg/issue-moderator-action@v1
|
uses: tachiyomiorg/issue-moderator-action@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -21,3 +21,17 @@ jobs:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
auto-close-ignore-label: do-not-autoclose
|
auto-close-ignore-label: do-not-autoclose
|
||||||
|
- name: Check version issue
|
||||||
|
uses: tachiyomiorg/issue-moderator-action@v1
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
auto-close-rules: |
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "body",
|
||||||
|
"regex": ".*(version is too old|version too old|太旧|过旧).*",
|
||||||
|
"message": "Upgrade your KernelSU / 升级 KernelSU"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
auto-close-ignore-label: do-not-autoclose
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user