Skip to content

Commit 3b44b9c

Browse files
chore: Add link to action when Analyzer runs (#9702)
1 parent 82916c1 commit 3b44b9c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/issue-analyzer.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }})

0 commit comments

Comments
 (0)