Rollup merge of #122383 - apiraino:enable-pr-tracking, r=jackh726

Enable PR tracking review assignment for rust-lang/rust

This flag enables tracking pull requests review assignment to Rust contributors.

The URL pointing to the documentation will become real once https://github.com/rust-lang/rust-forge/pull/729 is merged

r? ``@jackh726``

cc: ``@Mark-Simulacrum``
This commit is contained in:
Matthias Krüger 2024-03-13 06:41:23 +01:00 committed by GitHub
commit a18a608c2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -854,3 +854,7 @@ project-stable-mir = [
"/src/tools/tidy" = ["bootstrap"]
"/src/tools/x" = ["bootstrap"]
"/src/tools/rustdoc-gui-test" = ["bootstrap", "@onur-ozkan"]
# Enable tracking of PR review assignment
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html
[pr-tracking]