From 8c891ba2223a5eaa6ef1d9faf2b392e2cd3677d0 Mon Sep 17 00:00:00 2001 From: Ramon de C Valle Date: Sat, 5 Apr 2025 03:03:10 +0000 Subject: [PATCH] Change notifications for Exploit Mitigations PG Reduce the amount of notifications sent to all the Exploit Mitigations PG by removing it from some of the paths. --- triagebot.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index c2a0ea3068f58..756536dc2e7b9 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1002,7 +1002,7 @@ message = "Changes to the size of AST and/or HIR nodes." cc = ["@nnethercote"] [mentions."compiler/rustc_sanitizers"] -cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] +cc = ["@rcvalle"] [mentions."src/doc/rustc/src/exploit-mitigations.md"] cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] @@ -1038,7 +1038,7 @@ cc = ["@Urgau"] cc = ["@Noratrieb"] [mentions."tests/codegen/sanitizer"] -cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] +cc = ["@rcvalle"] [mentions."tests/codegen/split-lto-unit.rs"] cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] @@ -1050,7 +1050,7 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] [mentions."tests/ui/sanitizer"] -cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] +cc = ["@rcvalle"] [mentions."tests/ui/stack-protector"] cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]