Closed lldelisle closed 2 years ago
Seems reasonable, let's give it a try!
Can we force to run the corresponding github action to see if it works?
Stupid question, apparently the merge make it run...
Did not work but I am running the CI commands locally to see what goes wrong. So I hope I will be able to write a new PR soon.
CI is failing: I am not sure this solves the issue but for me it is strange to first check if a PR is opened with: https://github.com/planemo-autoupdate/autoupdate/blob/12705e2f0f0f32fb9747d7905170de288a43805d/.github/workflows/iwc.yml#L81 And then use:
OLD_TITLE=...
without the OPEN. This would cause the PR_EXISTS to 1 because there is a old closed PR opened and this may cause the bug...