Skip to content

Commit

Permalink
Use HTML URL for security issues
Browse files Browse the repository at this point in the history
The previous code used the event URI, which linked to the actual web
event for the issue.
  • Loading branch information
mkindahl committed Dec 12, 2024
1 parent 63f7cc8 commit af6e5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-handling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
Expand Down

0 comments on commit af6e5a6

Please sign in to comment.