Roopak Venkatakrishnan
Roopak Venkatakrishnan
@sijangurung seems like you have some bugs i the above, but it should work. You need a requires for all jobs that depend on the queue. i.e. `some-other-job` needs a...
@sijangurung that is probably it. I have never tried nor tested outside of github. let me look up the documentation and update. Would you be able to post the entire...
@maciejb nice find. Sadly i couldnt find a nice way to implement this with only the v2 API back then. However I know they are going to deprecate the v1...
@maciejb oh yeah i got it mxied up. we use a service account (not a big fan, bit that was the only work around I could find)
hey hey could you please give a bit more context. - What command are you using? - What did you pass into the command's parameters - what was the expected...
@afc163 just deleted my fork :) was going thru my year end clean up routine and it didn't seem like this PR would be reviewed given I opened it over...
@Roolps for sure! Send us a PR and happy to help get it reviewed and updated
@miracle2k yeah we currently diff against master (or any other branch you pass in as base branch). What would you diff against? I can add some other options if you...
I believe swissknife does this. let me walk you thru some scenarios default branch of repo (base branch): master let us say you branch from master on feature_branch_1 and add...
@jahn-mtg yeah there are a few ways I can think of doing this. The reason that this is a hard problem is that we need to explicitly communicate to the...