From f32ec19b62d7a8ba0f8001e0d9c2c7da8eb22988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 20 Aug 2026 10:45:47 +0200 Subject: [PATCH] Document `llm_policy_url` --- src/triagebot/pr-assignment.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/triagebot/pr-assignment.md b/src/triagebot/pr-assignment.md index a1af5b4b7..f4aae3458 100644 --- a/src/triagebot/pr-assignment.md +++ b/src/triagebot/pr-assignment.md @@ -129,6 +129,9 @@ warn_non_default_branch = true # If set, the welcome message to new contributors will include this link to # a contributing guide. contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html" +# If set, the welcome message to new contributors will include this link to +# a LLM policy. +llm_policy_url = "https://" ``` Additionally, triagebot will post a comment with a warning if the PR modifies any submodules.