summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/triagebot.toml
blob: 95eed3ee172c020034f2630f2b6f9f3029d87c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[assign]

[shortcut]

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

[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",
]
labels = ["has-merge-commits", "S-waiting-on-author"]