diff --git a/.github/workflows/issue-handling.yaml b/.github/workflows/issue-handling.yaml index c045d2263a0..da90fcfb2c3 100644 --- a/.github/workflows/issue-handling.yaml +++ b/.github/workflows/issue-handling.yaml @@ -52,7 +52,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "Issue <${{github.event.issue.url}}|#${{github.event.issue.number}} ${{github.event.issue.title}}> needs attention" + "text": "Issue <${{github.event.issue.html_url}}|#${{github.event.issue.number}} ${{github.event.issue.title}}> needs attention" } } ]