feat: 新增《Vue3.3+Vite4.x+Typecript+Idux带你从0到1打造企业级项目(3万字)》 #167
Workflow file for this run
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: Greetings | |
on: [pull_request, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: '你的 Issue 已经收到了,管理员很快会参与你的问题讨论和解答,请耐心等待' | |
pr-message: '感谢你的投稿👏,快去 DIM 告诉 24906 你的掘金主页链接' |