File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ jobs:
136136 body : |
137137 The issue has been labeled as **confirmed** by the automatic analyser.
138138 Someone from the Puppeteer team will take a look soon!
139+ ---
140+ [Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
139141
140142 label-invalid-issue :
141143 needs : [analyze-issue]
@@ -167,7 +169,10 @@ jobs:
167169 comment-id : ${{ steps.find-comment-id.outputs.comment-id }}
168170 issue-number : ${{ github.event.issue.number }}
169171 edit-mode : replace
170- body : ${{ needs.analyze-issue.outputs.errorMessage }}
172+ body : |
173+ ${{ needs.analyze-issue.outputs.errorMessage }}
174+ ---
175+ [Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
171176
172177 label-unverifiable-issue :
173178 needs : [analyze-issue, verify-issue]
@@ -224,3 +229,5 @@ jobs:
224229
225230 Once the above checks are satisfied, please edit your issue with the changes and we will
226231 try to reproduce the bug again.
232+ ---
233+ [Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
You can’t perform that action at this time.
0 commit comments