rust/triagebot.toml

21 lines
355 B
TOML
Raw Normal View History

2022-04-21 10:43:12 -05:00
[assign]
2022-11-09 13:49:10 -06:00
[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"]