From b1bb6b2aff164082a3bd57e168ddd979cb5b37a6 Mon Sep 17 00:00:00 2001 From: German Date: Fri, 18 Aug 2023 14:37:03 +0200 Subject: [PATCH] Fixing link --- .github/workflows/approver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/approver.yml b/.github/workflows/approver.yml index f5cacc4309..251ea052d0 100644 --- a/.github/workflows/approver.yml +++ b/.github/workflows/approver.yml @@ -21,6 +21,6 @@ jobs: if: | contains(github.event.comment.body, 'LGTM') && contains(env.ALLOWED_AUTHORS, github.event.comment.user.login) with: - review-message: ":white_check_mark: Approving this PR because [${{ github.event.comment.user.login }}](https://github.com/${{ github.event.comment.user.login }}) said so in [here](${{ github.event.comment.url }}) :grimacing:" + review-message: ":white_check_mark: Approving this PR because [${{ github.event.comment.user.login }}](https://github.com/${{ github.event.comment.user.login }}) said so in [here](${{ github.event.comment.html_url }}) :grimacing:" pull-request-number: ${{ github.event.issue.number }} github-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} \ No newline at end of file