Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit d1e1642

Browse files
Add missing "commands"
1 parent 63095a2 commit d1e1642

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

highfive/configs/rust-lang/rust.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,24 @@
3939
"mentions": {
4040
"src/librustdoc/html/static": {
4141
"message": "Some changes occurred in HTML/CSS/JS.",
42+
"command": "@highfive: run-doc-ui",
4243
"reviewers": ["@GuillaumeGomez"]
4344
},
4445
"src/librustdoc/html/static/themes": {
4546
"message": "Some changes occurred in HTML/CSS themes.",
47+
"command": "@highfive: run-doc-ui",
4648
"reviewers": ["@GuillaumeGomez"]
4749
},
48-
"src/src/doc": {
50+
"src/doc": {
4951
"message": "Some changes occurred in HTML/CSS.",
5052
"reviewers": ["@GuillaumeGomez"]
5153
},
54+
"src/librustdoc/": {
55+
"command": "@highfive: run-doc-ui"
56+
},
5257
"error_codes.rs": {
5358
"message": "Some changes occurred in diagnostic error codes",
59+
"command": "@highfive: run-doc-ui",
5460
"reviewers": ["@GuillaumeGomez"]
5561
}
5662
},

0 commit comments

Comments
 (0)