Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 7ace008

Browse files
committed
Use warning emoji instead of external image
1 parent c38140d commit 7ace008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highfive/newpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def welcome_msg(reviewer, config):
4646
link = "https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md"
4747
return raw_welcome % (text, link)
4848

49-
warning_summary = '<img src="http://www.joshmatthews.net/warning.svg" alt="warning" height=20> **Warning** <img src="http://www.joshmatthews.net/warning.svg" alt="warning" height=20>\n\n%s'
49+
warning_summary = ':warning: **Warning** :warning:\n\n%s'
5050
unsafe_warning_msg = 'These commits modify **unsafe code**. Please review it carefully!'
5151
submodule_warning_msg = 'These commits modify **submodules**.'
5252
surprise_branch_warning = "Pull requests are usually filed against the %s branch for this repo, but this one is against %s. Please double check that you specified the right target!"

0 commit comments

Comments
 (0)