actions-marketplace-validations/Check Members
This action runs on pull requests to count GitHub organization members and membership written in terraform files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 26, 2023
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/m-yamashita01_check-members@b162c36638c710d55983026916fb8529c018aac2 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| verify_existence_account | Verify the existence of your account. | no | — |
Outputs
| name | description |
|---|---|
| filled_seats | Seats that membership used. |
| max_seats | Max seats an organization can use. |
| members_in_terraform | Total number of membership in the `github_membership` and `github_repository_collaborator` resources written in the terraform file. |
| non_existing_members | Members which are in terraform do not exist in GitHub. |