File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,23 @@ days-threshold = 7
72
72
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment.html
73
73
[assign ]
74
74
75
+ # NOTE: do not add `[assign.owners]` if we still wish to keep the opt-in
76
+ # reviewer model, as `[assign.owners]` will cause triagebot auto-reviewer
77
+ # assignment to kick in.
78
+
79
+ # Custom PR welcome message for when no auto reviewer assignment is performed
80
+ # and no explicit manual reviewer selection is made.
81
+ # Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment.html#custom-welcome-messages
82
+ [assign .custom_welcome_messages ]
83
+ welcome-message = " "
84
+ welcome-message-no-reviewer = """ \
85
+ Thanks for the PR. If you have write access, feel free to merge this PR if it
86
+ does not need reviews. You can request a review using `r? rustc-dev-guide` or
87
+ `r? <username>`.
88
+ """
89
+
90
+ # Groups for `r? <group>`.
91
+ # Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment.html#usage
75
92
# Keep members alphanumerically sorted.
76
93
[assign .adhoc_groups ]
77
94
rustc-dev-guide = [
You can’t perform that action at this time.
0 commit comments