about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/triagebot.toml
blob: c9862495bc0c6c501a94bf2c278bfd73b0b1160a (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
30
[assign]

[shortcut]

[relabel]
allow-unauthenticated = [
    "S-*",
    "A-*",
]

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

[no-merges]
exclude_titles = [ # exclude syncs from subtree in rust-lang/rust
    "Sync from downstream",
    "sync from downstream",
    "Sync from rust",
    "sync from rust",
    "Rustc pull update",
]
labels = ["has-merge-commits", "S-waiting-on-author"]

[transfer]

# Canonicalize issue numbers to avoid closing the wrong issue when upstreaming this subtree
[canonicalize-issue-links]

# Prevents mentions in commits to avoid users being spammed
[no-mentions]