Use the Actions service provided by GitHub
Detailed tutorials and rich templates
As long as GitHub is not down, it will not be affected
Here is a very simple and commonly used example. The corresponding scenario is: when an issue adds the help wanted
tag, the system will automatically comment.
name: Issue Replyon:issues:types: [labeled]jobs:reply-helper:runs-on: ubuntu-lateststeps:- name: help wantedif: github.event.label.name == 'help wanted'uses: actions-cool/issues-helper@v2with:actions: 'create-comment'token: ${{ secrets.GITHUB_TOKEN }}issue-number: ${{ github.event.issue.number }}body: |Hello @${{ github.event.issue.user.login }}. We totally like your proposal/feedback, welcome PR。你好 @${{ github.event.issue.user.login }},我们完全同意你的提议/反馈,欢迎PR。
![]() | |||
ant-design | ant-design-blazor | ant-design-vue | dumi |
formily | jsx-next | material-ui | naive-ui |
![]() | ![]() | ||
nutui | prettier | pro-components | react-component |
![]() | ![]() | ||
react-music-player | umi | vite | vue-request |
![]() | |||
vuepress-next | zoo |
You are very welcome to try it out and put forward your comments. You can use the following methods:
issues-helper