File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 6
6
reply-helper :
7
7
runs-on : ubuntu-latest
8
8
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
11
11
with :
12
12
actions : ' create-comment'
13
13
token : ${{ secrets.GITHUB_TOKEN }}
14
14
issue-number : ${{ github.event.issue.number }}
15
- assignees : ' Fentaniao'
16
15
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'
You can’t perform that action at this time.
0 commit comments