We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi -
Do we have any param to enable auto-merge via automation?
We are using the below function to set permissions to our repositories.
Set-GitHubRepository -OwnerName $organizationName -RepositoryName $repositoryName -DisallowRebaseMerge -DisallowMergeCommit -DeleteBranchOnMerge
The text was updated successfully, but these errors were encountered:
Hi @pcgeek86 @eloekset @dotps1 @felixfbecker - can you please help here.
Sorry, something went wrong.
@pcgeek86 - please let me know if you have any updates for me.
At the moment, I don't have bandwidth available to add new features, but it's fine to keep this on the backlog.
No branches or pull requests
Hi -
Do we have any param to enable auto-merge via automation?
We are using the below function to set permissions to our repositories.
Set Merge properties
Set-GitHubRepository -OwnerName $organizationName -RepositoryName $repositoryName -DisallowRebaseMerge -DisallowMergeCommit -DeleteBranchOnMerge
The text was updated successfully, but these errors were encountered: