diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-06-01 22:47:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-01 22:47:33 +0200 |
| commit | d505702a7e5403498dba352dadc359ef8eb6fb9f (patch) | |
| tree | ece9f95dd0e1b15c4eca70cf22b6e11a6e1932da | |
| parent | c6aec9459e754997fdb00ec5aa8cf572d64a1af7 (diff) | |
| parent | f8a8ec1cfcca1633978a669620c948a56e390818 (diff) | |
| download | rust-d505702a7e5403498dba352dadc359ef8eb6fb9f.tar.gz rust-d505702a7e5403498dba352dadc359ef8eb6fb9f.zip | |
Rollup merge of #112173 - GuillaumeGomez:mention-on-gui-test-change, r=compiler-errors
Mention GuillaumeGomez in case GUI tests are updated
| -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"] |
