Skip to content

Commit 95bd96a

Browse files
authored
Unrolled build for #141384
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 rust-lang/rust-forge#853.
2 parents 1bbd62e + 8bed646 commit 95bd96a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

triagebot.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,8 +1416,10 @@ compiletest = [
14161416
"/src/tools/rustdoc-gui-test" = ["bootstrap", "@onur-ozkan"]
14171417
"/src/tools/libcxx-version" = ["@onur-ozkan"]
14181418

1419-
# Enable tracking of PR review assignment
1420-
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html
1419+
# Enable review queue tracking
1420+
# Documentation at: https://forge.rust-lang.org/triagebot/review-queue-tracking.html
1421+
[assign.review_prefs]
1422+
14211423
[pr-tracking]
14221424

14231425
# Enable issue transfers within the org

0 commit comments

Comments
 (0)