We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7101a7c commit 0d6e378Copy full SHA for 0d6e378
.github/workflows/check-broken-pr-links.yml
@@ -98,7 +98,7 @@ jobs:
98
99
# Add header only if we found content
100
if [ -s lychee/comment.md ]; then
101
- sed -i '1i 🚨 **Link Checker found broken links in this PR**\n' lychee/comment.md
+ sed -i '1i **The Link Checker found broken links in your PR**.\n Please review the following list:\n' lychee/comment.md
102
echo "has_content=true" >> $GITHUB_OUTPUT
103
else
104
echo "has_content=false" >> $GITHUB_OUTPUT
0 commit comments