mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] mergebot: improve command line
This commit is contained in:
parent
d8c2782d1f
commit
49c9314d3a
@ -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