Skip to content

Commit fef211d

Browse files
ehusscompiler-errors
authored andcommitted
Clarify triagebot transfer limitation
1 parent 27eaf9a commit fef211d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/triagebot/transfer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ implements diagnostic reports.
2121

2222
**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.
2323

24-
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.
24+
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.
2525

2626
## Configuration
2727

28-
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.
28+
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).
2929

3030
```toml
3131
[transfer]

0 commit comments

Comments
 (0)