From 0c55576a06a948f7bad9249c63688caed080a79d Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Thu, 19 Oct 2023 08:39:55 +0300 Subject: [PATCH] trigger the triagebot for modifications to bootstrap/defaults Signed-off-by: onur-ozkan --- triagebot.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 893908eb7e3..e3c4233c843 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -588,6 +588,8 @@ cc = ["@davidtwco", "@wesleywiser"] [mentions."src/bootstrap/src/core/config"] message = "This PR modifies `src/bootstrap/src/core/config`. If appropriate, please also update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/lib.rs` and `change-id` in `config.example.toml`." +[mentions."src/bootstrap/defaults"] +message = "This PR modifies `src/bootstrap/defaults`. If appropriate, please also update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/lib.rs` and `change-id` in `config.example.toml`." [mentions."config.example.toml"] message = "This PR changes `config.example.toml`. If appropriate, please also update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/lib.rs` and `change-id` in `config.example.toml`."