We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8039386 + 132ca44 commit b672411Copy full SHA for b672411
src/triagebot/pr-assignment.md
@@ -74,6 +74,16 @@ fallback = ["@Mark-Simulacrum"]
74
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.
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
87
### Additional new PR trigger options
88
89
Triagebot will also post a welcome message to the user.
0 commit comments