Skip to content

Commit 6052b9f

Browse files
fmeasecompiler-errors
authored andcommitted
Fix links in triagebot.toml
1 parent bbe2f2f commit 6052b9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

triagebot.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ message_on_add = "A new T-crates-io RFC has been opened: https://github.com/rust
1919
zulip_stream = 326866 # #T-types/nominated
2020
topic = "RFC #{number}: {title}"
2121
message_on_add = """\
22-
@*T-types* RFC #{number} "{title}" has been nominated for team discussion.
22+
@*T-types* RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number}) "{title}" has been nominated for team discussion.
2323
"""
24-
message_on_remove = "RFC #{number}'s nomination has been removed. Thanks all for participating!"
25-
message_on_close = "RFC #{number} has been closed. Thanks for participating!"
26-
message_on_reopen = "RFC #{number} has been reopened. Pinging @*T-types*."
24+
message_on_remove = "RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number})'s nomination has been removed. Thanks all for participating!"
25+
message_on_close = "RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number}) has been closed. Thanks for participating!"
26+
message_on_reopen = "RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number}) has been reopened. Pinging @*T-types*."

0 commit comments

Comments
 (0)