Skip to content

Commit 13dfbb2

Browse files
committed
Migrate from highfive to triagebot
1 parent b698a15 commit 13dfbb2

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

triagebot.toml

+16-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,23 @@ allow-unauthenticated = [
44
"good-first-issue"
55
]
66

7-
[assign]
8-
97
# Allows shortcuts like `@rustbot ready`
108
#
119
# See https://github.com/rust-lang/triagebot/wiki/Shortcuts
1210
[shortcut]
11+
12+
[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

Comments
 (0)