Skip to content

Commit c8a9e6b

Browse files
committed
ignore comment author
1 parent 09f3dec commit c8a9e6b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ jobs:
133133
id: fc
134134
with:
135135
issue-number: ${{ github.event.pull_request.number }}
136-
comment-author: 'github-actions[bot]'
137136
body-includes: you can check generated Go function generation
138137

139138
- name: Create comment in the original PR
@@ -144,9 +143,7 @@ jobs:
144143
issue-number: ${{ github.event.pull_request.number }}
145144
body: |
146145
## Go doc generation
147-
Hey @${{ github.actor }}, you can check generated Go function generation [here](${{ steps.create-pr.outputs.pull-request-url }}).
148-
<br/>
149-
Please review them and merge to this PR once you're satisfied with them.
146+
Hey @${{ github.actor }}, you can check generated Go function generation [here](${{ steps.create-pr.outputs.pull-request-url }}). Please review them and merge to this PR once you're satisfied with them.
150147
151148
# - name: Send Slack notification
152149
# uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0

0 commit comments

Comments
 (0)