|
17 | 17 | token: ${{ secrets.GITHUB_TOKEN }} |
18 | 18 | issue-number: ${{ github.event.issue.number }} |
19 | 19 | body: | |
20 | | - 你好 @${{ github.event.issue.user.login }},请提供一个可以在线访问的链接, 或者使用 [codesandbox](https://codesandbox.io/s/29zle) 并详细说明复现步骤, 7天内未回复issue自动关闭。 |
| 20 | + 你好 @${{ github.event.issue.user.login }},请提供一个可以在线访问的链接, 或者 [codesandbox](https://codesandbox.io/s/29zle) 示例并详细说明复现步骤, 15 天内未回复issue自动关闭。 |
21 | 21 |
|
22 | | - Hello, @${{ github.event.issue.user.login }}, please provide an accessible link or use [codesandbox](https://codesandbox.io/s/29zle) to describe the step. It will be closed if we receive no replay in 7 days. |
| 22 | + Hello, @${{ github.event.issue.user.login }}, please provide an accessible link or [codesandbox](https://codesandbox.io/s/29zle) usage to describe the reproduction steps. The issue will be closed without any replay within 15 days. |
23 | 23 |
|
24 | 24 | - name: Need more info |
25 | 25 | if: github.event.label.name == '👀 need more info' |
|
31 | 31 | body: | |
32 | 32 | 你好 @${{ github.event.issue.user.login }},你所提供的信息不足于我们排查问题, 请完善 issue 描述, 提供 gif, 截图等方式, 详细说明复现步骤, 感谢配合, 谢谢! |
33 | 33 |
|
34 | | - Hello, @${{ github.event.issue.user.login }}, the information you provided is not enough for us to trace the problem. Please complete the issue description, provide gifs, screenshots, etc. and explain the reproduction steps in detail. Thank you so much for being so cooperative! |
| 34 | + Hello, @${{ github.event.issue.user.login }}, the information you provided is not enough for us to troubleshoot the problem. Please complete the issue description, provide gifs, screenshots, etc. And explain the reproduction steps in detail. Thanks so much for your cooperation! |
35 | 35 |
|
36 | 36 | - name: Invalid |
37 | 37 | if: github.event.label.name == '⛔ invalid' |
|
43 | 43 | body: | |
44 | 44 | 你好 @${{ github.event.issue.user.login }},请按照 issue 模板填写相关信息, 方便大家高效沟通。 |
45 | 45 |
|
46 | | - Hello @${{ github.event.issue.user.login }}, please fill in the relevant information according to the issue template, so that everyone can communicate efficiently. Thank you so much! |
| 46 | + Hello @${{ github.event.issue.user.login }}, please fill in the relevant information according to the issue template to facilitate communication efficiently. Thanks so much! |
47 | 47 |
|
48 | 48 | - name: Enhancement |
49 | 49 | if: github.event.label.name == '⚡ enhancement' |
|
67 | 67 | body: | |
68 | 68 | 你好 @${{ github.event.issue.user.login }},很抱歉给你带来了不好的体验, 我们会尽快排查问题并修复, 请关注后续发布日志. |
69 | 69 |
|
70 | | - Hello, @${{ github.event.issue.user.login }}, We are very sorry for the bad experience. We will troubleshoot and fix the problem as soon as possible. Please pay attention to the subsequent change logs. |
| 70 | + Hello, @${{ github.event.issue.user.login }}, We are so sorry for the bad experience. We will troubleshoot and fix the problem as soon as possible. Please pay attention to the follow-up change logs. |
71 | 71 |
|
72 | 72 | - name: Usage |
73 | 73 | if: github.event.label.name == '🙀 usage' || github.event.label.name == '❔question' |
|
79 | 79 | body: | |
80 | 80 | 你好 @${{ github.event.issue.user.login }},Issue 板块是用于 bug 反馈与需求讨论的地方。你可以试着在 [antv s2 discussions](https://github.com/antvis/S2/discussions) 新开一个 discussion,选择 `🙏Q&A` 类别进行提问, 我们会及时进行解答, 感谢你的理解。 |
81 | 81 |
|
82 | | - Hello, @${{ github.event.issue.user.login }}. The Issue section is used for bug feedback and requirement discussion. You can try to open a new discussion in [antv s2 discussions](https://github.com/antvis/S2/discussions), choose the `🙏Q&A` category to ask questions, we will answer in time. Thank you so much for being so understanding. |
| 82 | + Hello, @${{ github.event.issue.user.login }}. The Issue section is used for bug feedback and requirement discussion. You could open a new discussion in [antv s2 discussions](https://github.com/antvis/S2/discussions), choose the `🙏Q&A` category to ask questions. We will answer in time. Thanks so much for your understanding. |
83 | 83 |
|
84 | 84 | - name: Accepted |
85 | 85 | if: github.event.label.name == '✅ accepted' |
|
91 | 91 | body: | |
92 | 92 | 你好 @${{ github.event.issue.user.login }},经过我们的反复讨论, 你的需求现已被采纳, 我们会排期开发, 请关注后续发布日志. |
93 | 93 |
|
94 | | - Hello, @${{ github.event.issue.user.login }}, After our repeated discussion, your feature request have been accepted, we will schedule the development, please pay attention to the subsequent release log |
| 94 | + Hello, @${{ github.event.issue.user.login }}, your feature request have been accepted After our repeated discussion. We will schedule the development, please pay attention to the follow-up release logs |
0 commit comments