Merge pull request #2431 from jieyouxu/review-group
This commit is contained in:
commit
e26fce98bb
|
|
@ -1,8 +1,6 @@
|
||||||
# This file's format is documented at
|
# This file's format is documented at
|
||||||
# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
|
# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
|
||||||
|
|
||||||
[assign]
|
|
||||||
|
|
||||||
[autolabel."needs-triage"]
|
[autolabel."needs-triage"]
|
||||||
new_issue = true
|
new_issue = true
|
||||||
exclude_labels = [
|
exclude_labels = [
|
||||||
|
|
@ -22,8 +20,8 @@ remove_labels = ["S-waiting-on-author"]
|
||||||
# Those labels are added when PR author requests a review from an assignee
|
# Those labels are added when PR author requests a review from an assignee
|
||||||
add_labels = ["S-waiting-on-review"]
|
add_labels = ["S-waiting-on-review"]
|
||||||
|
|
||||||
# Enable tracking of PR review assignment
|
# Enable shortcuts like `@rustbot ready`
|
||||||
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html
|
# Documentation at: https://forge.rust-lang.org/triagebot/shortcuts.html
|
||||||
[shortcut]
|
[shortcut]
|
||||||
|
|
||||||
[autolabel."S-waiting-on-review"]
|
[autolabel."S-waiting-on-review"]
|
||||||
|
|
@ -69,3 +67,16 @@ allow-unauthenticated = [
|
||||||
|
|
||||||
[behind-upstream]
|
[behind-upstream]
|
||||||
days-threshold = 7
|
days-threshold = 7
|
||||||
|
|
||||||
|
# Enable triagebot (PR) assignment.
|
||||||
|
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment.html
|
||||||
|
[assign]
|
||||||
|
|
||||||
|
# Keep members alphanumerically sorted.
|
||||||
|
[assign.adhoc_groups]
|
||||||
|
rustc-dev-guide = [
|
||||||
|
"@BoxyUwU",
|
||||||
|
"@jieyouxu",
|
||||||
|
"@jyn514",
|
||||||
|
"@tshepang",
|
||||||
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue