William Martin
William Martin
If we address the `pr create` prompt, and bring in the changes from my PR, I think this is good to go. Thanks.
> so should we maybe instead prompt to set the gh-merge-base when running gh issue develop, or finish the implementation and decide then? Hmm, really not sure. Prompting could be...
@BagToad I think you did the original implementation of this, would you mind triaging it since you probably have context on the current behaviour.
Hey @davinkevin, thanks for opening this issue and sorry for the trouble, that sounds very annoying. What you're describing is very strange and I can't think of any change that...
While I'm investigating, what happens if you run `gh pr view` or `gh pr status`?
And what is the output of this command? ``` git config --get-regexp ^branch\.kdavin/32685-database-tasks-resources-are-adjusted-to-avoid-CPUThrottling-and-memory-overprovionning-\.(remote|merge)$ ```
Re: https://github.com/cli/cli/issues/8758#issuecomment-1964380434 Yep, that all makes sense with the way `pr comment` is failing (I just wanted to check that this wasn't specific to `pr comment`). Re: https://github.com/cli/cli/issues/8758#issuecomment-1964382931 Ok I...
Hmmm, I wouldn't expect the commands you've provided there to result in this unless you have `branch.autoSetupMerge` configured to `track` (which I don't think is the default). It could also...
Please fill in the `Steps to reproduce the behavior` section so we don't have to guess how your repository is configured. In particular, please include the output of `cat .gitmodules`....
> I can only checkout repo through gh instead of ssh/https. `gh` supports cloning via `https` or `ssh`. You can make this decision by providing the full path: ``` gh...