File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,16 @@ fallback = ["@Mark-Simulacrum"]
7474If the ` owners ` map is configured, then triagebot will automatically select a reviewer based on which files were modified in the PR.
7575The 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
7989Triagebot will also post a welcome message to the user.
You can’t perform that action at this time.
0 commit comments