Sergio Valverde

Results 8 comments of 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: ![image](https://github.com/BetaHuhn/repo-file-sync-action/assets/9192031/efa78374-20f0-461e-afb3-ae3075ea1637) Please, could you review it? Thanks :)

Hi @prakhar1989, thank you for answering so quickly. Sorry, I forgot to add that image. Here it is: ![image](https://cloud.githubusercontent.com/assets/9192031/22919570/e0ec312c-f290-11e6-9a47-99ed71766438.png) 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...