pcgeek86 / PSGitHub

This PowerShell module contains commands to manage GitHub through its REST API.
MIT License
182 stars 39 forks source link

auto-merge feature available? #65

Open Raag007 opened 2 years ago

Raag007 commented 2 years ago

Hi -

Do we have any param to enable auto-merge via automation? image

We are using the below function to set permissions to our repositories.

Set Merge properties

Set-GitHubRepository -OwnerName $organizationName -RepositoryName $repositoryName -DisallowRebaseMerge -DisallowMergeCommit -DeleteBranchOnMerge

Raag007 commented 2 years ago

Hi @pcgeek86 @eloekset @dotps1 @felixfbecker - can you please help here.

Raag007 commented 2 years ago

Hi @pcgeek86 @eloekset @dotps1 @felixfbecker - can you please help here.

@pcgeek86 - please let me know if you have any updates for me.

pcgeek86 commented 2 years ago

At the moment, I don't have bandwidth available to add new features, but it's fine to keep this on the backlog.