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

[FEAT]: Add remove_team_request to github_team_settings resource #2479

Open
1 task done
wrighbr opened this issue Nov 28, 2024 · 0 comments · May be fixed by #2480
Open
1 task done

[FEAT]: Add remove_team_request to github_team_settings resource #2479

wrighbr opened this issue Nov 28, 2024 · 0 comments · May be fixed by #2480
Labels
Status: Triage This is being looked at and prioritized Type: Feature New feature or request

Comments

@wrighbr
Copy link

wrighbr commented Nov 28, 2024

Describe the need

Add the ability to remove the Team review request see below screenshot.

image

see suggested terraform code below.

resource "github_team_settings" "main" {
  team_id = some-team-id

  review_request_delegation {
    algorithm          = "LOAD_BALANCE"
    member_count = 1
    notify                 = false
   remove_team_request = true
  }
}

SDK Version

No response

API Version

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@wrighbr wrighbr added Status: Triage This is being looked at and prioritized Type: Feature New feature or request labels Nov 28, 2024
@wrighbr wrighbr linked a pull request Nov 28, 2024 that will close this issue
4 tasks
@nickfloyd nickfloyd moved this from 🆕 Triage to 🔥 Backlog in 🧰 Octokit Active Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This is being looked at and prioritized Type: Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant