about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-04-17 09:37:22 +0000
committerGitHub <noreply@github.com>2025-04-17 09:37:22 +0000
commit3479fdfe4fd55ca61d043e411a311657c57e0fb0 (patch)
tree938589bb5c3b596050883d7ce739b608f9216f63
parent949b3bcfb50d90888a21366d81577ffbd1779405 (diff)
parent0ef2e75a332a32ac88b3b246da4da76dfa0e6a18 (diff)
downloadrust-3479fdfe4fd55ca61d043e411a311657c57e0fb0.tar.gz
rust-3479fdfe4fd55ca61d043e411a311657c57e0fb0.zip
Add `note` feature to triagebot's config (#14620)
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.

changelog: none

I wanted to use it in
https://github.com/rust-lang/rust-clippy/issues/14617#issuecomment-2807090281.
-rw-r--r--triagebot.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index fa3034cb71d..f27b109e995 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