Johan Lindell
Johan Lindell
@jamestelfer Do you know what might be going on here? It seems that it should return the same types of repo [here](https://github.com/lindell/multi-gitter/blob/c7a6e69aafb87efafa25248c73d7afa1a8ee76ac/internal/scm/github/github.go#L415) and thus not be any difference. Will be...
@gustavkj Could you rerun with codesearch again? I think it's more likely that the waiting for the fork to become available is to early. This worked before, but it could...
Could you describe your exact use-case a bit more? And are you using `run` or `print`? I do think this could potentially be added. But in that case, we also...
It might be that 0600 is not enough for the directory creation. Try to add execution permission as well (0700).
I would merge a PR if this where added :) `--tmp-dir` might be a good option name?
> Maybe --clone-directory fits better? Agree. I'm happy to provide constructive feedback on the PR, no matter if the initial iterations will be non-idiomatic, etc.
Not a bug per se, since it has not been intended to do that ``` Replace the existing content of the branch by force pushing any new changes, then reuse...
Could you provide more info on the problem? My understanding is that you have approval requirements on repositories, but not administrator bypassing. What addition to the merge command would resolve...
I don't think you can approve your own PR? Even if you could, this would only work when exactly one required reviewer is set, anything more than that would not...
> This feature would be useful e.g. to bulk approve and merge Dependabot PRs or PRs that somebody else created (with multi-gitter). Even though the merge/close/status commands can be used...