We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2f2d3 commit 2ea4ef2Copy full SHA for 2ea4ef2
.github/workflows/help wanted.yml
@@ -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