From fca001c0dbd58c87bbfbdae0095f8ffbe95888ed Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Thu, 19 Feb 2026 16:49:42 -0800 Subject: [PATCH] pr-assignment.md: add missing closing `)` --- src/triagebot/pr-assignment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/triagebot/pr-assignment.md b/src/triagebot/pr-assignment.md index c942642e..70f118b8 100644 --- a/src/triagebot/pr-assignment.md +++ b/src/triagebot/pr-assignment.md @@ -135,7 +135,7 @@ Some repositories may want to use custom messages instead of the preconfigured o ```toml [assign.custom_messages] -auto-assign-someone = "Thanks for the contribution, assigning {assignee}!" # only required if auto-assign (`[assign.owners]` is configured +auto-assign-someone = "Thanks for the contribution, assigning {assignee}!" # only required if auto-assign (`[assign.owners]`) is configured auto-assign-no-one = """ Thanks for the contribution!