Browse Source

Merge pull request #1659 from SUPERCILEX/patch-1

Add reviewer shortcut
Mark Rousskov 2 years ago
parent
commit
12ca4aa462
1 changed files with 1 additions and 0 deletions
  1. 1 0
      parser/src/command/shortcut.rs

+ 1 - 0
parser/src/command/shortcut.rs

@@ -36,6 +36,7 @@ impl ShortcutCommand {
         let mut shortcuts = HashMap::new();
         shortcuts.insert("ready", ShortcutCommand::Ready);
         shortcuts.insert("review", ShortcutCommand::Ready);
+        shortcuts.insert("reviewer", ShortcutCommand::Ready);
         shortcuts.insert("author", ShortcutCommand::Author);
         shortcuts.insert("blocked", ShortcutCommand::Blocked);