Joshua Temple
Joshua Temple
> This is exactly what we need to fit our use case of deploying smocker as a mock server on k8s While not ideal, this is the interim solution I've...
Annotations are nice, but I have to go hunt them down. Every other aspect of my CI, if its a blocking issue to the pull request, it gets a sticky...
@gwleclerc thank you for the reply! > Do you use sessions ? Currently not using sessions, as to my understanding, you can only use a single session at a time....
> Have you tried? > > on: pull_request: types: [opened, edited] This works for the problem at hand, but then any further commits added to the PR under this workflow...
The general ability to define environment variables for Dependabot would absolve this issue, no? I know, classic end user assumption. Our org needs `GOPROXY` `GOPRIVATE` `GONOPROXY` and `GONOSUMDB`
Can confirm - issue appears to be the combo of OSX + ZSH.. swapped to Bash, smooth like butter.