kymidd/Remove CoPilot from Inactive Users
I check all Org CoPilot users and remove them if they are inactive for too long
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 30, 2024
- License
- MIT
Pinned Snippet
uses: kymidd/copilotlicensenanny@0391a34edbdb77d81389205ae122ca05ef32c8f0 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dry-run | Do not actually remove users | — | false |
| github-org | Name of the GitHub Organization | yes | — |
| github-pat | PAT used for authenticting to Org | yes | — |
| max-days-inactive | Max days of inactivity before user considered inactive | yes | 30 |
Outputs
no outputs