Skip to content

Commit b672411

Browse files
authored
Merge pull request #759 from ChrisDenton/vacation
Document `users_on_vacation`
2 parents 8039386 + 132ca44 commit b672411

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)