|
| 1 | +name: auto comment on issue |
| 2 | +on: |
| 3 | + issues: |
| 4 | + types: [opened, labeled] |
| 5 | +jobs: |
| 6 | + auto-comment: |
| 7 | + runs-on: ubuntu-latest |
| 8 | + steps: |
| 9 | + - name: new feature |
| 10 | + if: ${{ (contains(github.event.issue.title, 'Feature') || contains(github.event.issue.title, 'Feat') || contains(github.event.issue.title, '新特性')) && !contains('xile611,xuanhun,xuefei1313,youngwinds,xiaoluoHe,willem-bd,skie1997,simaQ,Rui-Sun,purpose233,neuqzxy,kkxxkk2019,fangsmile,arcthur,666haiwen', github.event.issue.user.login) }} |
| 11 | + uses: actions-cool/issues-helper@v2 |
| 12 | + with: |
| 13 | + actions: 'create-comment' |
| 14 | + token: ${{ secrets.GITHUB_TOKEN }} |
| 15 | + issue-number: ${{ github.event.issue.number }} |
| 16 | + body: | |
| 17 | + Thank you for your feedback! We have received your question and will deal with it later. |
| 18 | + 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! |
| 19 | + We are very grateful to every contributor. After submitting the PR, we will prepare a gift for the developers who participated in the co-construction. |
| 20 | + For participation in co-construction, please refer to: https://visactor.io/vchart/contributing/ |
| 21 | + To communicate with official developers, you can download the Feishu app and scan the QR code to join the Feishu group! |
| 22 | + Thank you again for your support! |
| 23 | +  |
| 24 | + 感谢您的反馈!我们已经收到您的问题,并会在稍后处理。 |
| 25 | + 如果有开发者对这个问题感兴趣,请在问题下方留言“认领此问题”。欢迎参与开源共建! |
| 26 | + 我们非常感谢每一位贡献者。提交 PR 后,我们会为参与共建的开发者准备一份礼物。 |
| 27 | + 参与共建请参考:https://visactor.io/vchart/contributing/ |
| 28 | + 如需与官方开发者沟通,可以下载飞书应用并扫描二维码加入飞书群! |
| 29 | + 再次感谢您的支持! |
| 30 | +
|
| 31 | + - name: doc |
| 32 | + if: ${{ (contains(github.event.issue.title, 'Documentation') || contains(github.event.issue.title, 'Doc') || contains(github.event.issue.title, '文档')) && !contains('xile611,xuanhun,xuefei1313,youngwinds,xiaoluoHe,willem-bd,skie1997,simaQ,Rui-Sun,purpose233,neuqzxy,kkxxkk2019,fangsmile,arcthur,666haiwen', github.event.issue.user.login) }} |
| 33 | + uses: actions-cool/issues-helper@v2 |
| 34 | + with: |
| 35 | + actions: 'create-comment' |
| 36 | + token: ${{ secrets.GITHUB_TOKEN }} |
| 37 | + issue-number: ${{ github.event.issue.number }} |
| 38 | + body: | |
| 39 | + Thank you for your feedback! We have received your question and will deal with it later. |
| 40 | + 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! |
| 41 | + We are very grateful to every contributor. After submitting the PR, we will prepare a gift for the developers who participated in the co-construction. |
| 42 | + For participation in co-construction, please refer to: https://visactor.io/vchart/contributing/ |
| 43 | + To communicate with official developers, you can download the Feishu app and scan the QR code to join the Feishu group! |
| 44 | + Thank you again for your support! |
| 45 | +  |
| 46 | + 感谢您的反馈!我们已经收到您的问题,并会在稍后处理。 |
| 47 | + 如果有开发者对这个问题感兴趣,请在问题下方留言“认领此问题”。欢迎参与开源共建! |
| 48 | + 我们非常感谢每一位贡献者。提交 PR 后,我们会为参与共建的开发者准备一份礼物。 |
| 49 | + 参与共建请参考:https://visactor.io/vchart/contributing/ |
| 50 | + 如需与官方开发者沟通,可以下载飞书应用并扫描二维码加入飞书群! |
| 51 | + 再次感谢您的支持! |
| 52 | +
|
| 53 | + - name: bug |
| 54 | + if: ${{ (contains(github.event.issue.title, 'bug') || contains(github.event.issue.title, 'Bug') || contains(github.event.issue.labels.*.name, 'bug')) && !contains('xile611,xuanhun,xuefei1313,youngwinds,xiaoluoHe,willem-bd,skie1997,simaQ,Rui-Sun,purpose233,neuqzxy,kkxxkk2019,fangsmile,arcthur,666haiwen', github.event.issue.user.login) }} |
| 55 | + uses: actions-cool/issues-helper@v2 |
| 56 | + with: |
| 57 | + actions: 'create-comment' |
| 58 | + token: ${{ secrets.GITHUB_TOKEN }} |
| 59 | + issue-number: ${{ github.event.issue.number }} |
| 60 | + body: | |
| 61 | + Thank you for your feedback! We have received your question and will deal with it later. |
| 62 | + 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! |
| 63 | + We are very grateful to every contributor. After submitting the PR, we will prepare a gift for the developers who participated in the co-construction. |
| 64 | + For participation in co-construction, please refer to: https://visactor.io/vchart/contributing/ |
| 65 | + To communicate with official developers, you can download the Feishu app and scan the QR code to join the Feishu group! |
| 66 | + Thank you again for your support! |
| 67 | +  |
| 68 | + 感谢您的反馈!我们已经收到您的问题,并会在稍后处理。 |
| 69 | + 如果有开发者对这个问题感兴趣,请在问题下方留言“认领此问题”。欢迎参与开源共建! |
| 70 | + 我们非常感谢每一位贡献者。提交 PR 后,我们会为参与共建的开发者准备一份礼物。 |
| 71 | + 参与共建请参考:https://visactor.io/vchart/contributing/ |
| 72 | + 如需与官方开发者沟通,可以下载飞书应用并扫描二维码加入飞书群! |
| 73 | + 再次感谢您的支持! |
0 commit comments