[优化建议] 对指定群员降级 to_me 消息 #90
This file contains hidden or 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: Welcome Issue | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| welcome: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Welcome Issue | |
| uses: actions-cool/issues-helper@v3.8.0 | |
| with: | |
| actions: 'create-comment' | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-number: ${{ github.event.issue.number }} | |
| body: | | |
| 您好 @${{ github.event.issue.user.login }}! | |
| 感谢您参与 Moonlark 项目,我们会尽快回复您,请留意 GitHub 上的通知。 |