We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd79d1d commit 11ac7abCopy full SHA for 11ac7ab
src/triagebot/pr-assignment.md
@@ -76,9 +76,11 @@ The existence of the owners table also enables the ability for users to post a c
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
+If a reviewer wants to temporarily prevent themselves from being automatically assigned they can add themselves to the special
80
`assign.users_on_vacation` group.
81
82
+They will still be able to be assigned via their name, in which case triagebot will post a warning that the person is on vacation.
83
+
84
```toml
85
[assign]
86
users_on_vacation = ["jyn514", "ChrisDenton"]
0 commit comments