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"]
74
74
If the ` owners ` map is configured, then triagebot will automatically select a reviewer based on which files were modified in the PR.
75
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.
76
76
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
+
77
87
### Additional new PR trigger options
78
88
79
89
Triagebot will also post a welcome message to the user.
You can’t perform that action at this time.
0 commit comments