From 99e88e59c8b82996133cdcbdd3e2a4a284d97963 Mon Sep 17 00:00:00 2001 From: Ramon de C Valle Date: Mon, 15 Apr 2024 12:41:32 -0700 Subject: [PATCH] sanitizers: Add rustc_sanitizers to triagebot.toml --- triagebot.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index b96225c4520..e2ee4b12638 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -384,7 +384,7 @@ trigger_files = [ [autolabel."PG-exploit-mitigations"] trigger_files = [ - "compiler/rustc_symbol_mangling/src/typeid", + "compiler/rustc_sanitizers", "src/doc/rustc/src/exploit-mitigations.md", "src/doc/unstable-book/src/compiler-flags/branch-protection.md", "src/doc/unstable-book/src/compiler-flags/cf-protection.md", @@ -701,7 +701,7 @@ cc = ["@nnethercote"] message = "Changes to the size of AST and/or HIR nodes." cc = ["@nnethercote"] -[mentions."compiler/rustc_symbol_mangling/src/typeid"] +[mentions."compiler/rustc_sanitizers"] cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] [mentions."src/doc/rustc/src/exploit-mitigations.md"]