Skip to content

Commit

Permalink
update for version too old issue (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylarod authored Jan 6, 2024
1 parent 7979cb4 commit 338d306
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/issue_moderator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Check issue
- name: Check no title issue
uses: tachiyomiorg/issue-moderator-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -21,3 +21,17 @@ jobs:
}
]
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

0 comments on commit 338d306

Please sign in to comment.