From 6052b9f5cd05d98709f0643e51b5d3b9c6d9f9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=C3=B3n=20Orell=20Valerian=20Liehr?= Date: Mon, 25 Sep 2023 18:37:02 +0200 Subject: [PATCH] Fix links in triagebot.toml --- triagebot.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index a91f6759..06a49066 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -19,8 +19,8 @@ message_on_add = "A new T-crates-io RFC has been opened: https://github.com/rust zulip_stream = 326866 # #T-types/nominated topic = "RFC #{number}: {title}" message_on_add = """\ -@*T-types* RFC #{number} "{title}" has been nominated for team discussion. +@*T-types* RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number}) "{title}" has been nominated for team discussion. """ -message_on_remove = "RFC #{number}'s nomination has been removed. Thanks all for participating!" -message_on_close = "RFC #{number} has been closed. Thanks for participating!" -message_on_reopen = "RFC #{number} has been reopened. Pinging @*T-types*." +message_on_remove = "RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number})'s nomination has been removed. Thanks all for participating!" +message_on_close = "RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number}) has been closed. Thanks for participating!" +message_on_reopen = "RFC [{number}](https://github.com/rust-lang/rfcs/pull/{number}) has been reopened. Pinging @*T-types*."