Joe Horsnell
Joe Horsnell
@hlascelles - your builds are failing because the Travis config picks up different Bundler gemfiles for different Ruby versions (in `figaro/gemfiles`) so you'll need to add `combustion` to each of...
PS. Thanks for building this GH Action, it's great ๐.
Hi @dorny, thanks for getting back to me. I think ideally it would just use the latest commit on whatever branch the scheduled build was triggered for, much like for...
>Assuming you run the build on a daily basis, it would actually make sense to compare the current version against the last commit from the past day. I'm not sure...
> I had this error too. How would I always consider scheduled builds as all new? @jlarmstrongiv - FYI I opened #120 to update the docs and clarify usage around...
Hi @dorny - yep, agreed, I think the best thing is for this action to just consider everything as having changed for a scheduled event. If people want specific behaviour...
@dorny - any thoughts on this?
> Maybe `--start` can just accept negative numbers? Yes indeed, as one can index arrays using negative values in Ruby and, Iโm sure, other languages. Thatโs a good suggestion ๐...
Good suggestion @cons0l3 ๐. I guess that would more be `--range` maybe, since the subcommand is already called `slice`? I'll try and take a look first at doing the simpler...
For anyone interested in how to adapt the original query from the first comment to support pagination, after some playing around and reading the docs (I'm not too familiar with...