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 a368b61 commit 8556870Copy full SHA for 8556870
parser/src/command/shortcut.rs
@@ -36,6 +36,7 @@ impl ShortcutCommand {
36
let mut shortcuts = HashMap::new();
37
shortcuts.insert("ready", ShortcutCommand::Ready);
38
shortcuts.insert("review", ShortcutCommand::Ready);
39
+ shortcuts.insert("reviewer", ShortcutCommand::Ready);
40
shortcuts.insert("author", ShortcutCommand::Author);
41
shortcuts.insert("blocked", ShortcutCommand::Blocked);
42
0 commit comments