action #153874
Updated by tinita 11 months ago
## Observation When trying out @okurz' PR https://github.com/os-autoinst/scripts/pull/279 to fix dry_run I noticed that the script would not detect investigation comments anymore. This is due to a recent formatting change from `**bold**` to `*italic*`. https://openqa.opensuse.org/tests/3875378 is a failed job, and according to https://openqa.opensuse.org/tests/3875378#comments https://openqa.opensuse.org/tests/3875379 is the investigate:retry job. Howeer, `./openqa-investigate https://openqa.opensuse.org/tests/3875379` does not write a post investigate comment. ## Notes Try out ``` openqa-cli api --host https://openqa.opensuse.org -X GET jobs/3875378/comments | jq '[.[] | select(.text | contains("Automatic investigation jobs for job") and contains(":investigate:retry**:"))]' ``` and then remove the second `*` at the end