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

Commit 857bc41

Browse files
authored
Mention the clippy team when the clippy directory is touched
cc @rust-lang/clippy is this going to overwhelm us with uninteresting pings? Or will this be helpful in tracking changes to clippy happening just from within rustc?
1 parent cdc1dc4 commit 857bc41

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
@@ -103,6 +103,10 @@
103103
"message": "Some changes occurred in src/tools/rustfmt.",
104104
"reviewers": ["@calebcartwright"]
105105
}
106+
"src/tools/clippy": {
107+
"message": "Some changes occurred in src/tools/clippy.",
108+
"reviewers": ["@rust-lang/clippy"]
109+
}
106110
},
107111
"new_pr_labels": ["S-waiting-on-review"]
108112
}

0 commit comments

Comments
 (0)