-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add issue reply #1258
ci: add issue reply #1258
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
.github/workflows/issue-reply.yml
Outdated
runs-on: ubuntu-latest | ||
steps: | ||
- name: help wanted | ||
if: github.event.label.name == 'pr Welcome' || github.event.label.name == 'help wanted' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
现在的 label 应该是 pr welcome
再建一个 pls use issue template 的 replay? 提示用户按模板创建 issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Job!
Checklist
npm test
passesDescription of change