File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
greeting :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/first-interaction@v1.1.0
10
- with :
11
- repo-token : ${{ secrets.GITHUB_TOKEN }}
12
- issue-message : " Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience."
13
- pr-message : " Thanks for implementing a fix, could you ensure that the test covers your changes if applicable."
9
+ - uses : actions/first-interaction@v1
10
+ with :
11
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
12
+ issue-message : " Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience."
13
+ pr-message : " Thanks for implementing a fix, could you ensure that the test covers your changes if applicable."
You can’t perform that action at this time.
0 commit comments