You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issues: write # for actions-cool/issues-helper to update issues
14
+
pull-requests: write # for actions-cool/issues-helper to update PRs
9
15
runs-on: ubuntu-latest
10
16
steps:
11
-
- name: Need Reproduce
17
+
- name: Need Reproduce
12
18
if: github.event.label.name == '🤔 Need Reproduce'
13
-
uses: actions-cool/issues-helper@v1.2
19
+
uses: actions-cool/issues-helper@v3
14
20
with:
15
21
actions: 'create-comment'
22
+
token: ${{ secrets.GITHUB_TOKEN }}
16
23
issue-number: ${{ github.event.issue.number }}
17
24
body: |
18
25
Hello @${{ github.event.issue.user.login }}. Please provide a online reproduction by forking this [link for vue2](https://codesandbox.io/s/2wpk21kzvr)、 [link for vue3](https://codesandbox.io/s/agitated-franklin-1w72v) or a minimal GitHub repository. Make sure to choose the correct version.
@@ -21,9 +28,10 @@ jobs:
21
28
22
29
- name: help wanted
23
30
if: github.event.label.name == 'help wanted'
24
-
uses: actions-cool/issues-helper@v1.2
31
+
uses: actions-cool/issues-helper@v3
25
32
with:
26
33
actions: 'create-comment'
34
+
token: ${{ secrets.GITHUB_TOKEN }}
27
35
issue-number: ${{ github.event.issue.number }}
28
36
body: |
29
37
Hello @${{ github.event.issue.user.login }}. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please send your Pull Request to proper branch, fill the Pull Request Template here, provide changelog/TypeScript/documentation/test cases if needed and make sure CI passed, we will review it soon. We appreciate your effort in advance and looking forward to your contribution!
@@ -32,12 +40,37 @@ jobs:
32
40
33
41
- name: Usage
34
42
if: github.event.label.name == 'Usage'
35
-
uses: actions-cool/issues-helper@v1.2
43
+
uses: actions-cool/issues-helper@v3
36
44
with:
37
45
actions: 'create-comment, close-issue'
46
+
token: ${{ secrets.GITHUB_TOKEN }}
38
47
issue-number: ${{ github.event.issue.number }}
39
48
body: |
40
49
Hello @${{ github.event.issue.user.login }}, we use GitHub issues to trace bugs or discuss plans of Ant Design Vue. So, please don't ask usage questions here. You can try to open a new discussion in [antdv discussions](https://github.com/vueComponent/ant-design-vue/discussions), select `Q&A` to ask questions, also can ask questions on [Stack Overflow](http://stackoverflow.com/questions/) or [Segment Fault](https://segmentfault.com).
Hi @${{ github.event.issue.user.login }}. Current version (1.x) is off the maintenance period. We may not accept pull request or fix bug with it anymore. This topic will be auto closed.
Hi @${{ github.event.issue.user.login }}. Current version (2.x) is off the maintenance period. We may not accept pull request or fix bug with it anymore. This topic will be auto closed.
0 commit comments