We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b698a15 commit 13dfbb2Copy full SHA for 13dfbb2
triagebot.toml
@@ -4,9 +4,23 @@ allow-unauthenticated = [
4
"good-first-issue"
5
]
6
7
-[assign]
8
-
9
# Allows shortcuts like `@rustbot ready`
10
#
11
# See https://github.com/rust-lang/triagebot/wiki/Shortcuts
12
[shortcut]
+
+[assign]
13
+contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
14
15
+[assign.owners]
16
+"/.github" = ["@flip1995"]
17
+"*" = [
18
+ "@flip1995",
19
+ "@Manishearth",
20
+ "@llogiq",
21
+ "@giraffate",
22
+ "@xFrednet",
23
+ "@Alexendoo",
24
+ "@dswij",
25
+ "@Jarcho",
26
+]
0 commit comments