summaryrefslogtreecommitdiff
path: root/triagebot.toml
diff options
context:
space:
mode:
authorRamon de C Valle <rcvalle@users.noreply.github.com>2024-04-15 12:41:32 -0700
committerRamon de C Valle <rcvalle@users.noreply.github.com>2024-04-15 12:41:32 -0700
commit99e88e59c8b82996133cdcbdd3e2a4a284d97963 (patch)
tree37be8b4e4a09bc47556d42ea74dcc86466164da0 /triagebot.toml
parent99d0186b1d0547eae913eff04be272c9d348b9b8 (diff)
sanitizers: Add rustc_sanitizers to triagebot.toml
Diffstat (limited to 'triagebot.toml')
-rw-r--r--triagebot.toml4
1 files 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"]