diff options
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index c160c83cc95..b1f4e9c77fb 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -387,6 +387,10 @@ cc = [ message = "Some changes occurred in HTML/CSS themes." cc = ["@GuillaumeGomez"] +[mentions."tests/rustdoc-gui/"] +message = "Some changes occurred in GUI tests." +cc = ["@GuillaumeGomez"] + [mentions."src/librustdoc/html/static/css/themes/ayu.css"] message = "A change occurred in the Ayu theme." cc = ["@Cldfire"] |
