lee-lott-actions/Update Member in Team

Updates a GitHub user in a specified team in an organization with a given role 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 updated (e.g., "john-doe")yes
team-nameThe slugified name of the team (e.g., "code-approvers")yes
roleThe role to assign to the member ("member" or "maintainer")yesmember
tokenGitHub token with organization admin permissionsyes
ownerThe owner of the organization (user or organization)yes
namedescription
resultResult of the add member operation ("success" or "failure")
error-messageError message if the add member operation fails