Skip to content

Commit 8c891ba

Browse files
committed
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.
1 parent bad13a9 commit 8c891ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: triagebot.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ message = "Changes to the size of AST and/or HIR nodes."
10021002
cc = ["@nnethercote"]
10031003

10041004
[mentions."compiler/rustc_sanitizers"]
1005-
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
1005+
cc = ["@rcvalle"]
10061006

10071007
[mentions."src/doc/rustc/src/exploit-mitigations.md"]
10081008
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
@@ -1038,7 +1038,7 @@ cc = ["@Urgau"]
10381038
cc = ["@Noratrieb"]
10391039

10401040
[mentions."tests/codegen/sanitizer"]
1041-
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
1041+
cc = ["@rcvalle"]
10421042

10431043
[mentions."tests/codegen/split-lto-unit.rs"]
10441044
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
@@ -1050,7 +1050,7 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
10501050
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
10511051

10521052
[mentions."tests/ui/sanitizer"]
1053-
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
1053+
cc = ["@rcvalle"]
10541054

10551055
[mentions."tests/ui/stack-protector"]
10561056
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]

0 commit comments

Comments
 (0)