Skip to content

Commit 1c81fa6

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

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

triagebot.toml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,26 @@ 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+
[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

Comments
 (0)