求一个播放完成后自动播放推荐视频的功能 #12
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 |