Skip to content

Commit 12ca4aa

Browse files
Merge pull request #1659 from SUPERCILEX/patch-1
Add reviewer shortcut
2 parents 3eec386 + 8556870 commit 12ca4aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parser/src/command/shortcut.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ impl ShortcutCommand {
3636
let mut shortcuts = HashMap::new();
3737
shortcuts.insert("ready", ShortcutCommand::Ready);
3838
shortcuts.insert("review", ShortcutCommand::Ready);
39+
shortcuts.insert("reviewer", ShortcutCommand::Ready);
3940
shortcuts.insert("author", ShortcutCommand::Author);
4041
shortcuts.insert("blocked", ShortcutCommand::Blocked);
4142

0 commit comments

Comments
 (0)