Justin Keller

Results 121 comments of Justin Keller

@paoliniluis how about expose this functionality for all versions? Seems like a simple option in settings with reasonable constraints would work. Also, the issue around auto-y axis _(don't always start...

I’m running “containerd” in a self hosted runner, how can I specify a custom path to the socket? Getting an error that `/var/run/docker.sock` does not exist. ```bash pi@kube-master:~ $ sudo...

Would be an awesome bonus to be able to search for collections as well.

@bobthecow hey Justin. Any progress on paging for collections?

Any ideas on this? We are seeing this error when lots of GitHub actions fire closely together and errors with: ``` Run ad-m/github-push-action@master Push to branch master To https://github.com/Acme-Org/DevOps.git !...

@ZPascal the action definition just does a checkout, runs a custom bash script which takes 1-2 seconds and then calls push. Do you spot anything or a solution? Are you...

@ZPascal correct, in my bash script I am doing the following: ```bash git config --local user.name "GitHub Actions" git config --local user.email "[email protected]" git add --all git commit -am "[gh-action]...

Don't use `aggressive`. According to the doc, this does not use cookie state at all.

I am running Genghis on a server. Agree I can simply enable http basic auth with nginx, but would be nice to have the Genghis app do this via some...

@migueleliasweb thanks for tackling this. I've been wanting recursive dependency updates forever. I'll give this a shot in a development cluster in a bit.