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

Adds remove_team_request option to team settings #2480

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wrighbr
Copy link

@wrighbr wrighbr commented Nov 28, 2024

Introduces a new boolean option remove_team_request to the team settings schema. This option allows automatic removal of team requests when a member is assigned to a pull request. Updates related functions and tests to support this new option.

Enhances team review assignment functionality.

Resolves #2479

Before the change?

After the change?

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

Brett Wright and others added 2 commits November 25, 2024 09:59
Introduces a new boolean option `remove_team_request` to the team settings schema. This option allows automatic removal of team requests when a member is assigned to a pull request. Updates related functions and tests to support this new option.

Enhances team review assignment functionality.
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 this pull request may close these issues.

[FEAT]: Add remove_team_request to github_team_settings resource
1 participant