forked from rust-lang/miri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
triagebot.toml
31 lines (26 loc) · 858 Bytes
/
triagebot.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[relabel]
allow-unauthenticated = [
"A-*",
"C-*",
"E-*",
"I-*",
"S-*",
]
# Gives us the commands 'ready', 'author', 'blocked'
[shortcut]
# Enables assigning users to issues and PRs.
[assign]
warn_non_default_branch = true
contributing_url = "https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md"
[no-merges]
exclude_titles = ["Rustup"]
[review-submitted]
# This label is added when a "request changes" review is submitted.
reviewed_label = "S-waiting-on-author"
# These labels are removed when a "request changes" review is submitted.
review_labels = ["S-waiting-on-review"]
[review-requested]
# Those labels are removed when PR author requests a review from an assignee
remove_labels = ["S-waiting-on-author"]
# Those labels are added when PR author requests a review from an assignee
add_labels = ["S-waiting-on-review"]