lmnleaf/Clean Up Organization Members
Removes inactive members from a GitHub organization.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Personal Access Token (PAT) or GitHub App token with the necessary permissions to remove members from the organization. | yes | — |
| member_list_path | Path to the csv file containing the list of members in the organization. | yes | — |
| report_path | Path to the directory where the csv file containing the summary of inactive members should be saved. | yes | — |
| total_days_inactive | Number of days a member must be inactive to be considered inactive. | yes | — |
Outputs
no outputs