Hello Sven,��
�� �� the easy way I found to review an image of the change in a PR is to use the image from the CI server.��
you can see all the jobs of the PR (every PR is run in the CI as soon as it is created or updated).��
There you can find the PR by its number, for example:
And then later you can check the results of the tests or downloading an image with the changes in Last Successful Artifacts:
The images are inside the folder "bootstrap-cache" and you should take the Pharo-32bits-****.zip or Pharo-64bits-****.zip.
Cheers.