Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.yaml Secret

Created April 12, 2024 19:30
Show Gist options
  • Select an option

  • Save KyMidd/a9ea6f31ec98c845cdfa62b3b79e21ed to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/a9ea6f31ec98c845cdfa62b3b79e21ed to your computer and use it in GitHub Desktop.
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