diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 00000000..6bf22bdc --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,27 @@ +name: Greetings + +on: + issues: + types: [opened] + +jobs: + greeting: + runs-on: ubuntu-latest + permissions: + issues: write + steps: + - name: Send Greetings + uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: | + Thank you for your feedback! We have received your question and will deal with it later. + If any developer is interested in this issue, please leave a message "claim this issue" below the issue. Welcome to participate in open source co-construction! + We are very grateful to every contributor. + To communicate with official developers, you can download the Feishu app and scan the QR code to join the Feishu group! + Thank you again for your support! + ![feishu-qr-code](https://raw.githubusercontent.com/hulibruce/bot_test/refs/heads/main/QRcode.png) + 感谢您的反馈!我们已经收到您的问题,并会在稍后处理。 + 如果有开发者对这个问题感兴趣,请在问题下方留言“认领此问题”。欢迎参与开源共建! + 如需与官方开发者沟通,可以下载飞书应用并扫描二维码加入飞书群! + 再次感谢您的支持! \ No newline at end of file