]> git.proxmox.com Git - rustc.git/blame - src/tools/rust-analyzer/triagebot.toml
New upstream version 1.76.0+dfsg1
[rustc.git] / src / tools / rust-analyzer / triagebot.toml
CommitLineData
064997fb 1[assign]
487cf647
FG
2
3[shortcut]
4
5[relabel]
6allow-unauthenticated = [
7 "S-*",
8]
9
10[autolabel."S-waiting-on-review"]
11new_pr = true
add651ee
FG
12
13[no-merges]
4b012472
FG
14exclude_titles = [ # exclude syncs from subtree in rust-lang/rust
15 "Sync from downstream",
16 "sync from downstream",
17 "Sync from rust",
18 "sync from rust",
19]
add651ee 20labels = ["has-merge-commits", "S-waiting-on-author"]