action #166649
Updated by okurz about 2 months ago
## Motivation #164296 and #165716 have shown how difficult it is to work on the existing implementation of [openqa-label-known-issues](https://github.com/os-autoinst/scripts/blob/master/openqa-label-known-issues) in *Bash* there is good reason to assume implementing this in Python or Perl would reduce the time spent retracing the logic and understanding the flow of the code. Naturally this should also make the resulting code more reliable. ## Acceptance criteria * **AC1:** openqa-label-known-issues is implemented in a way that is easier to work with ## Suggestions * Rewrite the existing code in Python Pythonm * Add some unit tests * Adapt the CI accordingly