希望能提供 自动连续播放"动态"中的视频的功能 #31
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 |