Skip to content

Commit 14f2432

Browse files
authored
Merge pull request #835 from Kobzol/triagebot-pr-assignment
Clarify what enables r? in triagebot
2 parents 8d63396 + 298a5d2 commit 14f2432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/triagebot/pr-assignment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ When looking up a name, triagebot will first look at ad-hoc groups, then rust-la
2727

2828
PRs can only be assigned to users with write permissions to the repo, any rust-lang org members with read permissions, or anyone who has commented on the PR.
2929

30+
To enable the ability for users to post a comment with `r? name` to set the assignment to a specific user, add a `[assign]` table to `triagebot.toml`.
31+
3032
### Ghost
3133

3234
Using `r? ghost` in the initial PR top-level comment when opening a PR will disable triagebot's auto-assignment.
@@ -72,7 +74,6 @@ fallback = ["@Mark-Simulacrum"]
7274
```
7375

7476
If the `owners` map is configured, then triagebot will automatically select a reviewer based on which files were modified in the PR.
75-
The existence of the owners table also enables the ability for users to post a comment with `r? name` to set the assignment to a specific user.
7677

7778
### Vacation
7879

0 commit comments

Comments
 (0)