diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-03-13 06:41:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 06:41:23 +0100 |
| commit | a18a608c2c1138b61b218c467e41f2becfb3a593 (patch) | |
| tree | 64fc78e9cae62a41bd520facf57d7c231801f19b | |
| parent | 5d131407daea78c0490e6958d84dd69447fae8a6 (diff) | |
| parent | aa71151bea7a30bd8fb56a6307fd6927e2dcc5b3 (diff) | |
| download | rust-a18a608c2c1138b61b218c467e41f2becfb3a593.tar.gz rust-a18a608c2c1138b61b218c467e41f2becfb3a593.zip | |
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``
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 98f31743d4a..a2150a487e6 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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] |
