Rollup merge of #112173 - GuillaumeGomez:mention-on-gui-test-change, r=compiler-errors

Mention GuillaumeGomez in case GUI tests are updated
This commit is contained in:
Matthias Krüger 2023-06-01 22:47:33 +02:00 committed by GitHub
commit d505702a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,6 +387,10 @@ cc = [
message = "Some changes occurred in HTML/CSS themes." message = "Some changes occurred in HTML/CSS themes."
cc = ["@GuillaumeGomez"] cc = ["@GuillaumeGomez"]
[mentions."tests/rustdoc-gui/"]
message = "Some changes occurred in GUI tests."
cc = ["@GuillaumeGomez"]
[mentions."src/librustdoc/html/static/css/themes/ayu.css"] [mentions."src/librustdoc/html/static/css/themes/ayu.css"]
message = "A change occurred in the Ayu theme." message = "A change occurred in the Ayu theme."
cc = ["@Cldfire"] cc = ["@Cldfire"]