Skip to content

Commit 445eb2e

Browse files
authored
Rollup merge of rust-lang#123984 - rcvalle:rust-triagebot-add-rustc-sanitizers, r=compiler-errors
sanitizers: Add rustc_sanitizers to triagebot.toml
2 parents f0d235a + 99e88e5 commit 445eb2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triagebot.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ trigger_files = [
384384

385385
[autolabel."PG-exploit-mitigations"]
386386
trigger_files = [
387-
"compiler/rustc_symbol_mangling/src/typeid",
387+
"compiler/rustc_sanitizers",
388388
"src/doc/rustc/src/exploit-mitigations.md",
389389
"src/doc/unstable-book/src/compiler-flags/branch-protection.md",
390390
"src/doc/unstable-book/src/compiler-flags/cf-protection.md",
@@ -701,7 +701,7 @@ cc = ["@nnethercote"]
701701
message = "Changes to the size of AST and/or HIR nodes."
702702
cc = ["@nnethercote"]
703703

704-
[mentions."compiler/rustc_symbol_mangling/src/typeid"]
704+
[mentions."compiler/rustc_sanitizers"]
705705
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
706706

707707
[mentions."src/doc/rustc/src/exploit-mitigations.md"]

0 commit comments

Comments
 (0)