Skip to content

Commit ef84397

Browse files
committed
Auto merge of #9963 - ehuss:highfive-triagebot, r=xFrednet
Migrate from highfive to triagebot This migrates this repository from using the highfive bot to using triagebot (aka rustbot). This should not be merged without coordinating the removal of the highfive webhook and/or merging rust-lang/highfive#435. changelog: none
2 parents c55cadc + 13dfbb2 commit ef84397

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)