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 1c81fa6Copy full SHA for 1c81fa6
triagebot.toml
@@ -4,9 +4,26 @@ 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]
+
+[autolabel."S-waiting-on-review"]
13
+new_pr = true
14
+contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
15
16
+[assign]
17
18
+[assign.owners]
19
+"/.github" = ["@flip1995"]
20
+"*" = [
21
+ "@flip1995",
22
+ "@Manishearth",
23
+ "@llogiq",
24
+ "@giraffate",
25
+ "@xFrednet",
26
+ "@Alexendoo",
27
+ "@dswij",
28
+ "@Jarcho",
29
+]
0 commit comments