Skip to content
New issue

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

Add support for auto-merge #402

Closed
Sese-Schneider opened this issue Jan 27, 2021 · 5 comments
Closed

Add support for auto-merge #402

Sese-Schneider opened this issue Jan 27, 2021 · 5 comments

Comments

@Sese-Schneider
Copy link

Prerequisites:

image

  • GitHub Docs
  • I couldn't find API availability - however I'm not that familiar with GitHub API docs so it might be.

New Feature

Request: A config field allowing the repository settings "Allow auto-merge" to be controlled.

@travi
Copy link
Member

travi commented Jan 27, 2021

I am very interested in this functionality as well, but have also not found any mention of it in the API docs yet. Since this is new functionality and there always seems to be some lag before things like this show up in the API, it's not surprising.

The best thing that folks wanting this functionality can do for now is to contact support and ask for the functionality to be exposed through the API. Please report as responses that you get here, so we can get some idea of any progress. Also, feel free to reference this issue to help them gauge interest from the community.

@travi travi added the requires API changes It is currently not possible to configure this option through the API label Jan 27, 2021
@stale
Copy link

stale bot commented May 10, 2021

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

@stale stale bot added the wontfix label May 10, 2021
@travi travi added the pinned label May 10, 2021
@stale stale bot removed the wontfix label May 10, 2021
@ocean90
Copy link

ocean90 commented Aug 19, 2021

The API has been updated to support allow_auto_merge , see https://github.blog/changelog/2021-08-17-maintainers-can-now-manage-the-availability-of-auto-merge-in-a-repository/. You can now add allow_auto_merge: true to the config and no other changes are required.

The GitHub Blog
Maintainers can now manage the availability of auto-merge in a repository

@travi
Copy link
Member

travi commented Aug 19, 2021

great news! thanks for the heads up @ocean90!

@travi travi added documentation and removed requires API changes It is currently not possible to configure this option through the API enhancement labels Aug 19, 2021
@Sese-Schneider
Copy link
Author

Feature is supported now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants