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

Commit 50c6690

Browse files
authored
Merge pull request #317 from rust-lang/oli-obk-patch-1
Mention the clippy team when the clippy directory is touched
2 parents cdc1dc4 + 0f36537 commit 50c6690

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

highfive/configs/rust-lang/rust.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
"src/tools/rustfmt": {
103103
"message": "Some changes occurred in src/tools/rustfmt.",
104104
"reviewers": ["@calebcartwright"]
105+
},
106+
"src/tools/clippy": {
107+
"message": "Some changes occurred in src/tools/clippy.",
108+
"reviewers": ["@rust-lang/clippy"]
105109
}
106110
},
107111
"new_pr_labels": ["S-waiting-on-review"]

0 commit comments

Comments
 (0)