lee-lott-actions/Check Team Membership

A GitHub Action to check if a user is a member of 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
userThe GitHub username to check for team membershipyes
team-slugThe slug of the team to check membership againstyes
tokenGitHub token with organization read accessyes
ownerThe owner of the organization (user or organization)yes
namedescription
resultResult of the action ("success" or "failure")
is-memberBoolean indicating if the user is a member of the team (true for HTTP 200, false otherwise)
error-messageError message if the user is not a member of the team