diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-04-16 01:12:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 01:12:39 +0200 |
| commit | 445eb2e87655f9d64c12f9ff1c9ffb1489266985 (patch) | |
| tree | 6ed41007e90860844c8a28a8b0ce99dc60edf377 | |
| parent | f0d235ac0430083352e7f9f9f7389e5daa590386 (diff) | |
| parent | 99e88e59c8b82996133cdcbdd3e2a4a284d97963 (diff) | |
| download | rust-445eb2e87655f9d64c12f9ff1c9ffb1489266985.tar.gz rust-445eb2e87655f9d64c12f9ff1c9ffb1489266985.zip | |
Rollup merge of #123984 - rcvalle:rust-triagebot-add-rustc-sanitizers, r=compiler-errors
sanitizers: Add rustc_sanitizers to triagebot.toml
| -rw-r--r-- | triagebot.toml | 4 |
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"] |
