Skip to content

Commit c91d4a2

Browse files
authored
Improve docs for reminders
Updated the reminder functionality to include editors and clarified the reminder capabilities for authors and reviewers.
1 parent a03374a commit c91d4a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/editorial_bot.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If a reviewer recants their commitment or is unresponsive, editors can remove th
121121

122122
### Reminding reviewers and authors
123123

124-
EditorialBot can remind authors and reviewers after a specified amount of time to return to the review issue. Reminders can only be set by editors, and only for REVIEW issues. For example:
124+
EditorialBot can remind authors, reviewers and the editor after a specified amount of time to return to the review issue. Reminders can only be set by editors. For example:
125125

126126
```text
127127
# Remind the reviewer in two weeks to return to the review
@@ -138,6 +138,11 @@ EditorialBot can remind authors and reviewers after a specified amount of time t
138138
@editorialbot remind @author in two weeks
139139
```
140140

141+
```text
142+
# Remind the editor in two weeks to return to the review
143+
@editorialbot remind me in two weeks
144+
```
145+
141146
```{note}
142147
Most units of times are understood by EditorialBot e.g. `hour/hours/day/days/week/weeks`.
143148
```

0 commit comments

Comments
 (0)