pixel8pro官方系统14.0.0 (UQ1A.231205.015, Dec 2023)+kernel su 0.7.1刷zygisk v4-0.8.0可以适配几乎所有模块,zygisl next v4-0.8.1不可以会导致一堆模块失效,例如pixel xpert #64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue moderator | |
on: | |
issues: | |
types: [opened, edited, reopened] | |
jobs: | |
autoclose: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check issue | |
uses: tachiyomiorg/issue-moderator-action@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
auto-close-rules: | | |
[ | |
{ | |
"type": "title", | |
"regex": ".*(Short description|简单描述).*", | |
"message": "You did not fill out the description in the title/你没有填写标题" | |
} | |
] | |
auto-close-ignore-label: do-not-autoclose |