rust/triagebot.toml

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

16 lines
213 B
TOML
Raw Normal View History

2022-04-21 10:43:12 -05:00
[assign]
[shortcut]
[relabel]
allow-unauthenticated = [
"S-*",
]
[autolabel."S-waiting-on-review"]
new_pr = true
2023-07-30 07:02:03 -05:00
[no-merges]
exclude_labels = ["sync"]
labels = ["has-merge-commits", "S-waiting-on-author"]