File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 with :
135135 issue-number : ${{ github.event.pull_request.number }}
136136 comment-author : ' github-actions[bot]'
137- body-includes : Go doc generation
137+ body-includes : you can check generated Go function generation
138138
139139 - name : Create comment in the original PR
140140 uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
@@ -145,6 +145,7 @@ jobs:
145145 body : |
146146 ## Go doc generation
147147 Hey @${{ github.actor }}, you can check generated Go function generation [here](${{ steps.create-pr.outputs.pull-request-url }}).
148+ <br/>
148149 Please review them and merge to this PR once you're satisfied with them.
149150
150151 # - name: Send Slack notification
You can’t perform that action at this time.
0 commit comments