Explorar el Código

Merge pull request #1659 from SUPERCILEX/patch-1

Add reviewer shortcut
Mark Rousskov hace 2 años
padre
commit
12ca4aa462
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);