From d3cd35a9ee0b11d9cb4d84950e96349b1af0662e Mon Sep 17 00:00:00 2001 From: Urgau <3616612+Urgau@users.noreply.github.com> Date: Tue, 7 Jan 2025 07:39:20 +0100 Subject: [PATCH] Use rustbot config to configure rendered links --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 06a490665a7..a23646071f6 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -5,6 +5,9 @@ allow-unauthenticated = [ "not-rfc", ] +[rendered-link] +trigger-files = ["text/"] + [notify-zulip."T-cargo"] zulip_stream = 246057 # t-cargo topic = "RFC #{number} - {title}"