From 0ef2e75a332a32ac88b3b246da4da76dfa0e6a18 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Tue, 15 Apr 2025 20:56:05 +0200 Subject: [PATCH] Add `note` feature to triagebot's config This will let people [add summary notes](https://forge.rust-lang.org/triagebot/note.html) to an issue, for example to add that an issue is best kept for first-timers. --- triagebot.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 7c07bce8befb..b2a2a85f61a0 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -11,6 +11,8 @@ allow-unauthenticated = [ [merge-conflicts] +[note] + [canonicalize-issue-links] # Prevents mentions in commits to avoid users being spammed