从动态进入进入UP主的个人空间,只要往右按两下遥控器。必定就会闪退 #29
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: Check Issues | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- if: contains(github.event.issue.body, '我正在使用旧版本' ) | |
id: close-old-version | |
name: Close Issue(template) | |
uses: peter-evans/close-issue@v3 | |
with: | |
comment: 请先尝试使用最新版本,如果问题依然存在再提交 issue |