What is the status of the Team review assignments
preview is the GraphQL API?
#72860
Replies: 2 comments 1 reply
-
Hey @felixlut, thanks so much for reaching out in our community 👋🏾 So I have some good news here! I had an engineer take a look at this and it appears that the feature you are looking for here is already implemented and just seems to be blocked by the preview status. They went ahead and opened a PR to remove the preview status and hopefully that should unblock you here. Now I do want to note that GitHub Universe is happening this week so you won't hear any updates during this time but hopefully this will gain traction again next week. Let me know if you have any additional questions in the meantime and, if you did plan on attending Universe whether virtually or in person, check out the conversations that will be happening under the Universe 2023 heading in the Community 🪐 Cheers! |
Beta Was this translation helpful? Give feedback.
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
-
Team review assignments
previewWhat is the status of the
Team review assignments
preview is the GraphQL API?Body
I recently started playing around with using the Terraform GitHub provider to manage GitHub teams in my Organization, including the Code Review settings. The provider does support controlling these settings via the
github_team_settings
resource, which relies on the GraphQL API to function. The specific endpoints it's using are the ones listed here, where it's specified that they are in preview.My question now is what the status of the preview is? It seems like it's been in preview since at least
2020-01-14
, which is when theTeam review assignments preview
was added to the docs of Enterprise Server 2.20 (it's nowhere to be found on the same page for 2.19).The reason I'm asking is because I realized that there are some features missing from the
github_team_settings
resource, which cannot be added since they are not available in the GraphQL API (see integrations/terraform-provider-github#1972 for reference).Beta Was this translation helpful? Give feedback.
All reactions