Skip to content

Commit 338d306

Browse files
authored
update for version too old issue (#85)
1 parent 7979cb4 commit 338d306

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/issue_moderator.yml

+15-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
autoclose:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Check issue
11+
- name: Check no title issue
1212
uses: tachiyomiorg/issue-moderator-action@v1
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -21,3 +21,17 @@ jobs:
2121
}
2222
]
2323
auto-close-ignore-label: do-not-autoclose
24+
- name: Check version issue
25+
uses: tachiyomiorg/issue-moderator-action@v1
26+
with:
27+
repo-token: ${{ secrets.GITHUB_TOKEN }}
28+
auto-close-rules: |
29+
[
30+
{
31+
"type": "body",
32+
"regex": ".*(version is too old|version too old|太旧|过旧).*",
33+
"message": "Upgrade your KernelSU / 升级 KernelSU"
34+
}
35+
]
36+
auto-close-ignore-label: do-not-autoclose
37+

0 commit comments

Comments
 (0)