Andy Feller
Andy Feller
> > That said, `git` doesn't have to deal with markdown such as headers beginning with `#` which is kind of the point of markdown much less issue and PR...
> `hub` used to insert a line below which everything was ignored. https://github.com/mislav/hub/blob/master/github/editor.go#L18 and https://github.com/mislav/hub/blob/master/github/editor.go#L59-L69 > > It makes for a good demarcation point and avoids the need to bother...
With #7193 focused on `gh issue create --editor`, I've split off the PR experience into https://github.com/cli/cli/issues/9310 so we can avoid dragging out this issue and the related PR. 👍
@AlexVermette-Eaton : Just to share how I was testing #8762 by creating rule: ```shell QUERY=' mutation($input:CreateRepositoryRulesetInput!){ createRepositoryRuleset(input:$input){ ruleset{ id name createdAt } } } ' GH_DEBUG=api ./bin/gh api graphql -f...
## Limitation of #8761 involving nested objects within arrays @williammartin : I believe we're experiencing a limitation behind `parseFields` design as it unclear when to create new nested objects over...
> I can't help but wonder if we should include in the [gh API manual page](https://cli.github.com/manual/gh_api) an example of how to use the --input - flag to correctly pass the...
Also wanting to call out this snippet from [_"Get a repository"_ endpoint response schema](https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#get-a-repository): > ```json > "size": { > "description": "The size of the repository, in kilobytes. Size is...
@reegnz : thank you for opening up this enhancement issue! ❤ I think I see what you mean. 🤔 ## How might these look on `gh pr list` and `gh...
@devhindo : As these options are governed beyond `gh` by [GitHub API endpoint](https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#create-an-organization-repository) in [`github/gitignore`](https://github.com/github/gitignore) and [choosealicense.com](https://choosealicense.com/), I think its fair we should at least have the documentation point the...
@devhindo : My sincere apologies for letting this slip from the notification box! 🙇 > So, Can't we just provide a CLI option to make a GET request to these...