lee-lott-actions/Verify Member Exists
Validates if a GitHub user is a member of the specified organization using the GitHub API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| member-name | The slugified username of the member to validate (e.g., "john-doe") | yes | — |
| token | GitHub token with organization read permissions | yes | — |
| owner | The owner of the organization (user or organization) | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the action ("success" or "failure") |
| member-exists | Whether the user is a member of the organization ("true" or "false") |
| error-message | Error message if the member is not confirmed a member of the organizaton |