Skip to content

Commit 2ea4ef2

Browse files
authored
Create help wanted.yml
1 parent 6b2f2d3 commit 2ea4ef2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/help wanted.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Issue Reply
2+
3+
on:
4+
issues:
5+
types: [labeled]
6+
7+
jobs:
8+
reply-helper:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: help wanted
12+
if: github.event.label.name == 'help wanted'
13+
uses: actions-cool/issues-helper@v2
14+
with:
15+
actions: 'create-comment'
16+
token: ${{ secrets.GITHUB_TOKEN }}
17+
issue-number: ${{ github.event.issue.number }}
18+
body: |
19+
Hello @${{ github.event.issue.user.login }}. We totally like your proposal/feedback, welcome PR。
20+
21+
你好 @${{ github.event.issue.user.login }},我们完全同意你的提议/反馈,欢迎 PR。

0 commit comments

Comments
 (0)