lee-lott-actions/Remove Member From Team

Removes a GitHub user from a specified team in an organization using the GitHub API.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
member-nameThe slugified username of the member to be removed (e.g., "john-doe")yes
team-nameThe slugified name of the team (e.g., "code-approvers")yes
tokenGitHub token with organization admin permissionsyes
ownerThe owner of the organization (user or organization)yes
namedescription
resultResult of the remove member operation ("success" or "failure")
error-messageError message if the remove member operation fails