[功能请求] 求对 群设置页添加精华消息入口 的重新适配 #764
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-latest-version | |
name: Close Issue(template) | |
uses: peter-evans/close-issue@v3 | |
with: | |
comment: 我不知道什么是最新版捏,具体版本号pls |