Skip to content

Commit 0ccad5a

Browse files
committed
Update opened-issue-reply.yml
Update opened-issue-reply.yml
1 parent 29a45e3 commit 0ccad5a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/opened-issue-reply.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ jobs:
66
reply-helper:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: help wanted
10-
uses: fentaniao/issues-action@v0.01
9+
- name: Comment to an open issue
10+
uses: Fentaniao/issues-action@0.01
1111
with:
1212
actions: 'create-comment'
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
issue-number: ${{ github.event.issue.number }}
15-
assignees: 'Fentaniao'
1615
body: |
17-
Hello, @${{ github.event.issue.user.login }}! Thank you very much for your issue, I will deal with these problems soon.
16+
Hello, @${{ github.event.issue.user.login }}! Thank you very much for your issue, I will deal with these problems soon.
17+
- name: Add assigness
18+
uses: actions-cool/issues-helper@v3
19+
with:
20+
actions: 'add-assignees'
21+
token: ${{ secrets.GITHUB_TOKEN }}
22+
issue-number: ${{ github.event.issue.number }}
23+
assignees: 'Fentaniao'

0 commit comments

Comments
 (0)