Skip to content

Commit

Permalink
Create help wanted.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoYuan authored Jan 20, 2022
1 parent 6b2f2d3 commit 2ea4ef2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/help wanted.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Issue Reply

on:
issues:
types: [labeled]

jobs:
reply-helper:
runs-on: ubuntu-latest
steps:
- name: help wanted
if: github.event.label.name == 'help wanted'
uses: actions-cool/issues-helper@v2
with:
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。

0 comments on commit 2ea4ef2

Please sign in to comment.