Roberto Tyley
Roberto Tyley
Still happening. The most certain way to fix it would be for Prout to avoid using [Set labels](https://docs.github.com/en/rest/reference/issues#set-labels-for-an-issue) (an approach which is currently wiping out labels unrelated to Prout even...
With the recent [bunch of commits](https://github.com/guardian/prout/compare/456d960047b1ed014522baf39ae681f7f4bcfdbf...bb894883dc9feac26d5501846aec536abf6adcb0), basic support for Sentry Releases has been added to Prout: * Prout will post release metadata (inc commit data) into Sentry's Release API as...
> Would it be possible to expose the commit id in other ways ? I see 2 potential ways: > > exposing it in a header That seems reasonable -...
> Does it need to be 40-char hex ? since commit ids are completely identifiable within repo by shorter version like Prout expects a 40-char hex: https://github.com/guardian/prout/blob/25e4e5a60/app/lib/CheckpointSnapshot.scala#L42 In principle, you...
> does the endpoint has to return in JSON ?? No, so long as the response body contains a 40-char hex, it can be text, html, or json, whatever. For...
I've cut a release today ([`v1.0.0-M19`](https://github.com/scanamo/scanamo/releases/tag/v1.0.0-M19), [here](https://repo1.maven.org/maven2/org/scanamo/scanamo_2.13/) on Maven Central) using the old Travis CI infrastructure, so you should be able to use the benefits of #1346 now @chrislewis -...
> I migrated away from sbt-dynamodb (to using docker) for all my own projects a while ago. That's interesting! Do you have an example of configuring an sbt project that...
> * PGP_PASSPHRASE > * PGP_SECRET > * SONATYPE_PASSWORD > * SONATYPE_USERNAME I've added these repository secrets (using the 'scanamo' sonatype user, and [this](https://keyserver.ubuntu.com/pks/lookup?search=6ba6fe75e815f1598d5ec033708a8df538f1bcdd&fingerprint=on&op=index) PGP key. I'll merge now and...
I tagged the latest commit (c84bf7802ce52daec8a105becd955e540411abe1) as [v1.0.0-M21](https://github.com/scanamo/scanamo/releases/tag/v1.0.0-M21), and I can see that a release step occurred, it's still running... https://github.com/scanamo/scanamo/actions/runs/3339137076/jobs/5527814974
> Ci Releasing there instead of Travis will require migrating the secrets as well. I don't have them but maybe @rtyley can help? Unfortunately I don't have the credentials for...