From 9ef42baa9fecbfd8a87409dee221b537ccedb492 Mon Sep 17 00:00:00 2001 From: bit-aloo Date: Wed, 12 Mar 2025 08:44:17 +0530 Subject: [PATCH] modify config.example.toml mention to bootsrap.example.toml in triagebot.toml --- triagebot.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 626ae64ee4e1..745f9dfaee81 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -948,9 +948,9 @@ This PR modifies `src/bootstrap/defaults`. If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`. """ -[mentions."config.example.toml"] +[mentions."bootstrap.example.toml"] message = """ -This PR modifies `config.example.toml`. +This PR modifies `bootstrap.example.toml`. If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`. """