rust-analyzer/triagebot.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
355 B
TOML
Raw Normal View History

2022-04-21 15:43:12 +00:00
[assign]
2022-11-09 19:49:10 +00: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"]