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

[shortcut]

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

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

[no-merges]
exclude_labels = ["sync"]
labels = ["has-merge-commits", "S-waiting-on-author"]