themoddinginquisition/Team Membership Checker
Check if an user is a member of an organization team
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Personal Access Token with the `read:org` permission. | no | ${{ github.token }} |
| team | The team to check for. | yes | team |
| comment | A comment to post if the user is not part of the team. | no | — |
| organization | The organization of the team to check for. Defaults to the context organization. | no | ${{ github.repository_owner }} |
| exit | If the action should exit if the user is not part of the team. | no | true |
Outputs
| name | description |
|---|---|
| teams | The actual teams of the user |
| permitted | Whether a user is part of the team or not |