You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ShortcutCommand was born to handle one case (reviews) but I'd like
to expand its scope to handle more convenience custom shortcuts for
commands that will modify labels.
However just adding more code would make things a bit confusing, so
I'd first start clarifying the scope of the existing code and in
subsequent patches add more shortcut commands.
At a high level, I can imagine something like this:
- shortcut::ReviewCommand to handle commands like `author`, `review`,
`ready`, etc.
- shortcut::RegressionCommand to handle future commands for quick
switching label regressions (todo)
- shortcut:NewCommand (and so on)
Functionally this patch changes nothing, it's just renaming things.
0 commit comments