From f7799c4d968556269be4e905fd8a50861c53582e Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 2 Dec 2024 16:27:56 -0800 Subject: [PATCH] Clarify triagebot transfer limitation --- src/triagebot/transfer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/triagebot/transfer.md b/src/triagebot/transfer.md index af5fa8609..839ab01a1 100644 --- a/src/triagebot/transfer.md +++ b/src/triagebot/transfer.md @@ -21,11 +21,11 @@ implements diagnostic reports. **WARNING:** Transferring is a partially destructive command. For example, labels and milestones that don't exist in the target repository will be removed from the issue. -The transfer command is limited to team members of the rust-lang org, and transfers can only happen to repositories in the rust-lang org. +The transfer command is limited to team members of the rust-lang org, and transfers can only happen to repositories in the rust-lang org. Also, the destination repository must have triagebot enabled on it. ## Configuration -The source repository must have an empty `transfer` table to enable transfers *from* that repository. Issues can be transferred to any repository in the rust-lang org. +The source repository must have an empty `transfer` table to enable transfers *from* that repository. Issues can be transferred to any repository in the rust-lang org (that has triagebot enabled). ```toml [transfer]