Skip to content

Commit 132ca44

Browse files
committed
Documents users_on_vacation
1 parent 8039386 commit 132ca44

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/triagebot/pr-assignment.md

+10
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ fallback = ["@Mark-Simulacrum"]
7474
If the `owners` map is configured, then triagebot will automatically select a reviewer based on which files were modified in the PR.
7575
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.
7676

77+
### Vacation
78+
79+
If a reviewer wants to temporarily prevent themselves from being assigned (automatically or manually) they can add themselves to the special
80+
`assign.users_on_vacation` group.
81+
82+
```toml
83+
[assign]
84+
users_on_vacation = ["jyn514", "ChrisDenton"]
85+
```
86+
7787
### Additional new PR trigger options
7888

7989
Triagebot will also post a welcome message to the user.

0 commit comments

Comments
 (0)