mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: Add link to action when Analyzer runs (#9702)
This commit is contained in:
parent
82916c102b
commit
3b44b9c4f5
9
.github/workflows/issue-analyzer.yml
vendored
9
.github/workflows/issue-analyzer.yml
vendored
@ -136,6 +136,8 @@ jobs:
|
||||
body: |
|
||||
The issue has been labeled as **confirmed** by the automatic analyser.
|
||||
Someone from the Puppeteer team will take a look soon!
|
||||
---
|
||||
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||
|
||||
label-invalid-issue:
|
||||
needs: [analyze-issue]
|
||||
@ -167,7 +169,10 @@ jobs:
|
||||
comment-id: ${{ steps.find-comment-id.outputs.comment-id }}
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
edit-mode: replace
|
||||
body: ${{ needs.analyze-issue.outputs.errorMessage }}
|
||||
body: |
|
||||
${{ needs.analyze-issue.outputs.errorMessage }}
|
||||
---
|
||||
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||
|
||||
label-unverifiable-issue:
|
||||
needs: [analyze-issue, verify-issue]
|
||||
@ -224,3 +229,5 @@ jobs:
|
||||
|
||||
Once the above checks are satisfied, please edit your issue with the changes and we will
|
||||
try to reproduce the bug again.
|
||||
---
|
||||
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||
|
Loading…
Reference in New Issue
Block a user