diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-05-06 06:21:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-06 06:21:04 +0200 |
| commit | 78ee4ce9b85d520262676d36fdc0c250e49bd0b0 (patch) | |
| tree | 9cda55f62b99ab17d5c59e22625b4c49b4877fc7 | |
| parent | b0fb3c56e012492721d475dabb952610a85dc553 (diff) | |
| parent | 6c1b8d2846fd4a5a38886b832347dc511a63a31b (diff) | |
| download | rust-78ee4ce9b85d520262676d36fdc0c250e49bd0b0.tar.gz rust-78ee4ce9b85d520262676d36fdc0c250e49bd0b0.zip | |
Rollup merge of #124768 - fmease:enable-triagebot-transfer-2, r=jackh726
[resubmission] Meta: Enable the brand new triagebot transfer command #124725, https://github.com/rust-lang/rust/pull/124725#issuecomment-2094783916 r? ghost
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 8c569ffb52c..dd6a03faaaf 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1065,3 +1065,7 @@ project-exploit-mitigations = [ # Enable tracking of PR review assignment # Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html [pr-tracking] + +# Enable issue transfers within the org +# Documentation at: https://forge.rust-lang.org/triagebot/transfer.html +[transfer] |
