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 merge queue parameters for organization and repository ruleset #3225

Closed
zhpeng811 opened this issue Aug 6, 2024 · 2 comments · Fixed by #3253
Closed

Add support for merge queue parameters for organization and repository ruleset #3225

zhpeng811 opened this issue Aug 6, 2024 · 2 comments · Fixed by #3253
Assignees

Comments

@zhpeng811
Copy link

zhpeng811 commented Aug 6, 2024

GitHub recently added full support for merge queue configurations in REST API for organization and repository ruleset

organization: https://docs.github.com/en/rest/orgs/rules?apiVersion=2022-11-28#create-an-organization-repository-ruleset
repository: https://docs.github.com/en/rest/orgs/rules?apiVersion=2022-11-28#create-an-organization-repository-ruleset

Example Screenshot from GitHub's API doc

image

merge queue support was previously added in #3131, however at that time the REST API did not officially support merge queue, and no parameter support was added at that time.


this issue is related to integrations/terraform-provider-github#1481

I'm willing to take this issue and implement it

@gmlewis
Copy link
Collaborator

gmlewis commented Aug 6, 2024

Thank you, @zhpeng811 !
It's yours.

@icep87
Copy link

icep87 commented Aug 12, 2024

@zhpeng811 how is the progress on this?

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

Successfully merging a pull request may close this issue.

3 participants