Quick status update: I’ve been very busy with work the last couple of weeks but there’s actually only a tiny bit of work left to do. The main outstanding issue is generating a publicly readable diff URL. I tried to do this using getDownloadUrl
https://github.com/martinklepsch/autochrome-action/blob/master/functions/index.js#L30 but it turns out that’s not available in the Google Strorage API and only in the Firebase Storage API. I thought there the same, oh well.