diff --git a/.github/workflows/issue-analyzer.yml b/.github/workflows/issue-analyzer.yml index 66b62eef..c778a370 100644 --- a/.github/workflows/issue-analyzer.yml +++ b/.github/workflows/issue-analyzer.yml @@ -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: