BradyJ27
BradyJ27
> In your example, it looks like a PR was never created, so it couldn't find PR with that commit in it. > > In your original discord message maybe...
After adding a `sleep 30` (in my private repo) I am still getting the same error. I am using `cml pr .` instead of `cml pr create .`, not sure...
@dacbd It looks like GitLab CI isn't able to pull the newest version of the docker image, it is still running on CML v0.19.1. It may take some time for...
@dacbd Yep, I was able to reproduce now with updated image. https://gitlab.com/bjohnson210/cml-pr-bug/-/jobs/4956922294 `cml pr .` outputs `https://gitlab.com/bjohnson210/cml-pr-bug/-/merge_requests/1` then `cml comment create --target=pr` outputs: ``` {"level":"error","message":"PR for commit sha \"78350418cc66e1d6e931fcf3d1eea99190ad01d7\" not...
Hey @dacbd, have you had a chance to look into this at all?
> @BradyJ27 no sorry I havent been able to get to this, as a work around I would add `report.md` to you `.gitignore` and then you can set the body...
As info, this issue still persists. If there are any ideas on what needs to change I'd be willing to contribute here.