[IMP] mergebot: improve command line

This commit is contained in:
Xavier-Do 2025-02-20 14:06:47 +01:00
parent d8c2782d1f
commit 49c9314d3a

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