]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Move `index_refutable_slice` to `pedantic`
[rust.git] / triagebot.toml
1 [relabel]
2 allow-unauthenticated = [
3     "A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*",
4     "good-first-issue"
5 ]
6
7 # Allows shortcuts like `@rustbot ready`
8 #
9 # See https://github.com/rust-lang/triagebot/wiki/Shortcuts
10 [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 ]