issues:write # for actions-cool/issues-helper to update issues
pull-requests:write # for actions-cool/issues-helper to update PRs
runs-on:ubuntu-latest
runs-on:ubuntu-latest
steps:
steps:
- name:Need Reproduce
- name:Need Reproduce
if:github.event.label.name == '🤔 Need Reproduce'
if:github.event.label.name == '🤔 Need Reproduce'
uses:actions-cool/issues-helper@v1.2
uses:actions-cool/issues-helper@v3
with:
with:
actions:'create-comment'
actions:'create-comment'
token:${{ secrets.GITHUB_TOKEN }}
issue-number:${{ github.event.issue.number }}
issue-number:${{ github.event.issue.number }}
body:|
body:|
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.
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:
- name:help wanted
- name:help wanted
if:github.event.label.name == 'help wanted'
if:github.event.label.name == 'help wanted'
uses:actions-cool/issues-helper@v1.2
uses:actions-cool/issues-helper@v3
with:
with:
actions:'create-comment'
actions:'create-comment'
token:${{ secrets.GITHUB_TOKEN }}
issue-number:${{ github.event.issue.number }}
issue-number:${{ github.event.issue.number }}
body:|
body:|
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!
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:
- name:Usage
- name:Usage
if:github.event.label.name == 'Usage'
if:github.event.label.name == 'Usage'
uses:actions-cool/issues-helper@v1.2
uses:actions-cool/issues-helper@v3
with:
with:
actions:'create-comment, close-issue'
actions:'create-comment, close-issue'
token:${{ secrets.GITHUB_TOKEN }}
issue-number:${{ github.event.issue.number }}
issue-number:${{ github.event.issue.number }}
body:|
body:|
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).
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.
Hello @${{ github.event.pull_request.user.login }}, we use GitHub PR to build and perfect 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).