Rollup merge of #141384 - Kobzol:enable-review-prefs, r=jieyouxu
Enable review queue tracking This PR enables the new review queue tracking assignment logic implemented in triagebot. It is documented in https://github.com/rust-lang/rust-forge/pull/853.
This commit is contained in:
commit
08bbf245ed
1 changed files with 4 additions and 2 deletions
|
|
@ -1416,8 +1416,10 @@ compiletest = [
|
|||
"/src/tools/rustdoc-gui-test" = ["bootstrap", "@onur-ozkan"]
|
||||
"/src/tools/libcxx-version" = ["@onur-ozkan"]
|
||||
|
||||
# Enable tracking of PR review assignment
|
||||
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html
|
||||
# Enable review queue tracking
|
||||
# Documentation at: https://forge.rust-lang.org/triagebot/review-queue-tracking.html
|
||||
[assign.review_prefs]
|
||||
|
||||
[pr-tracking]
|
||||
|
||||
# Enable issue transfers within the org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue