-
-
Save KyMidd/a9ea6f31ec98c845cdfa62b3b79e21ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Remove CoPilot from Inactive Users | |
| description: I check all Org CoPilot users and remove them if they are inactive for too long | |
| inputs: | |
| github-org: | |
| description: Name of the GitHub Organization | |
| required: true | |
| github-pat: | |
| description: PAT used for authenticting to Org | |
| required: true | |
| max-days-inactive: | |
| description: Max days of inactivity before user considered inactive | |
| required: true | |
| default: '30' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment