mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: Fix Markdown for Analyzer comments (#9705)
This commit is contained in:
parent
3b44b9c4f5
commit
fb0d405ee3
3
.github/workflows/issue-analyzer.yml
vendored
3
.github/workflows/issue-analyzer.yml
vendored
@ -136,6 +136,7 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
The issue has been labeled as **confirmed** by the automatic analyser.
|
The issue has been labeled as **confirmed** by the automatic analyser.
|
||||||
Someone from the Puppeteer team will take a look soon!
|
Someone from the Puppeteer team will take a look soon!
|
||||||
|
|
||||||
---
|
---
|
||||||
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||||
|
|
||||||
@ -171,6 +172,7 @@ jobs:
|
|||||||
edit-mode: replace
|
edit-mode: replace
|
||||||
body: |
|
body: |
|
||||||
${{ needs.analyze-issue.outputs.errorMessage }}
|
${{ needs.analyze-issue.outputs.errorMessage }}
|
||||||
|
|
||||||
---
|
---
|
||||||
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||||
|
|
||||||
@ -229,5 +231,6 @@ jobs:
|
|||||||
|
|
||||||
Once the above checks are satisfied, please edit your issue with the changes and we will
|
Once the above checks are satisfied, please edit your issue with the changes and we will
|
||||||
try to reproduce the bug again.
|
try to reproduce the bug again.
|
||||||
|
|
||||||
---
|
---
|
||||||
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
[Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||||
|
Loading…
Reference in New Issue
Block a user