mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
Critical commands fix
This commit is contained in:
commit
d9b2441549
@ -31,6 +31,9 @@ def normalize(it: Iterator[str]) -> Iterator[str]:
|
||||
match t:
|
||||
case 'r':
|
||||
yield 'review'
|
||||
case 'rplush':
|
||||
yield 'review'
|
||||
yield '+'
|
||||
case 'r-':
|
||||
yield 'review'
|
||||
yield '-'
|
||||
|
Loading…
Reference in New Issue
Block a user