]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Ensure no one constructs `AliasTy`s themselves
[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 [autolabel."S-waiting-on-review"]
13 new_pr = true
14
15 [assign]
16 contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
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 ]