We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fbcf8 commit 940c890Copy full SHA for 940c890
.github/workflows/generate-go-docs.yaml
@@ -179,7 +179,8 @@ jobs:
179
# we want to post this warning only, if it is the first time we are running this action on the PR
180
# it is entirely valid to have (some) subsequent commits without new docs as long as at least
181
# one commit introduced changes to public functions without existing comments
182
- if: steps.create-pr.outputs.pull-request-number == '' && steps.fc.outputs.comment-id == 0
+ # && steps.fc.outputs.comment-id == 0
183
+ if: steps.create-pr.outputs.pull-request-number == ''
184
with:
185
token: ${{ steps.setup-github-token-write.outputs.access-token }}
186
issue-number: ${{ github.event.pull_request.number }}
0 commit comments