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.
2 parents 3eec386 + 8556870 commit 12ca4aaCopy full SHA for 12ca4aa
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