Critical commands fix

This commit is contained in:
xmo-odoo 2025-02-20 14:24:25 +01:00 committed by GitHub
commit d9b2441549
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 '-'