-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) | ||
感谢您的反馈!我们已经收到您的问题,并会在稍后处理。 | ||
如果有开发者对这个问题感兴趣,请在问题下方留言“认领此问题”。欢迎参与开源共建! | ||
如需与官方开发者沟通,可以下载飞书应用并扫描二维码加入飞书群! | ||
再次感谢您的支持! |