chore: Make analyzer replace comments (#9573)
Currently the Analyzer append the new error rather then replacing old content.
This commit is contained in:
parent
344bc2af62
commit
bc62b15967
2
.github/workflows/issue-analyzer.yml
vendored
2
.github/workflows/issue-analyzer.yml
vendored
@ -151,6 +151,7 @@ jobs:
|
||||
with:
|
||||
comment-id: ${{ steps.find-comment-id.outputs.comment-id }}
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
edit-mode: replace
|
||||
body: ${{ needs.analyze-issue.outputs.errorMessage }}
|
||||
|
||||
label-unverifiable-issue:
|
||||
@ -182,6 +183,7 @@ jobs:
|
||||
with:
|
||||
comment-id: ${{ steps.find-comment-id.outputs.comment-id }}
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
edit-mode: replace
|
||||
body: |
|
||||
This issue was not reproducible. Please check that your example runs locally and the following:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user