summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/triagebot.toml
blob: 6f50ef932e11260ffbc86b75820f2b4aea76f3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[relabel]
allow-unauthenticated = [
    "A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*",
    "good-first-issue", "beta-nominated"
]

# Allows shortcuts like `@rustbot ready`
#
# See https://github.com/rust-lang/triagebot/wiki/Shortcuts
[shortcut]

[autolabel."S-waiting-on-review"]
new_pr = true

[assign]
contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"

[assign.owners]
"/.github" = ["@flip1995"]
"*" = [
    "@flip1995",
    "@Manishearth",
    "@llogiq",
    "@giraffate",
    "@xFrednet",
    "@Alexendoo",
    "@dswij",
    "@Jarcho",
]