From fb0d405ee337cde900bd8e60e3f79d98752ed046 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Fri, 17 Feb 2023 19:19:06 +0100 Subject: [PATCH] chore: Fix Markdown for Analyzer comments (#9705) --- .github/workflows/issue-analyzer.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/issue-analyzer.yml b/.github/workflows/issue-analyzer.yml index e7ef68b6..6aca415e 100644 --- a/.github/workflows/issue-analyzer.yml +++ b/.github/workflows/issue-analyzer.yml @@ -136,6 +136,7 @@ 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 }}) @@ -171,6 +172,7 @@ jobs: edit-mode: replace body: | ${{ needs.analyze-issue.outputs.errorMessage }} + --- [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 try to reproduce the bug again. + --- [Analyzer run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})