Sergio Valverde
Sergio Valverde
Probably, it works but it is not documented? -> https://github.com/google/go-github/pull/2313 I tested using `github-cli` in one of my repos, and it is working (same for `allow_auto_merge`): ``` OR="myORG/myREPO" gh api...
> The parameter is called `use_squash_pr_title_as_default` as per GitHub's OpenAPI spec > > > Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit...
> I'm not seeing a REST API parameter for that feature yet, sorry. I didn't check the GraphQL schema though, sometimes it has features that the REST API does not,...
Hi @alejoar. I updated the branch with these changes: - Move Docker information in README.md to a separate section (`Docker`) under the current content. - Create new Makefile targets that...
We are using [github/safe-settings](https://github.com/github/safe-settings/) to manage our organization (which is a fork of [repository-settings/app](https://github.com/repository-settings/app)), but we would love to use this :)
@BetaHuhn this PR was tested in our org, by only this change:  Please, could you review it? Thanks :)
Hi @prakhar1989, thank you for answering so quickly. Sorry, I forgot to add that image. Here it is:  I did not find anything strange (only the good debbug `console.log("here")`...
This feature would be particularly valuable when integrated with GitHub Copilot, GitHub Copilot Chat (asking to do it with gh cli), and Model Context Protocol (MCP) implementations. ### Integration with...