Skip to content

Helping GitHub Administrators monitor and remove inactive users from a GitHub organization

Notifications You must be signed in to change notification settings

oss-tooling/user-inactivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Inactivity

Automation that helps GitHub Enterprise Administrators monitor and remove inactive members from a GitHub organization.

How does it work?

The tool is completely driven by actions which perform three main tasks:

  1. Audit - Analyze the enterprise audit log for the last activity performed by each user and stores a record of the activity in a json file.
  2. Report - Analyzes the json log from step 1 and creates an issue to notify each user with no activity within the configured amount of days that they will be removed from the organization if they do not perform an action. Users can simply reply to the issue to preserve their account.
  3. Kick - Removes inactive users from the organization and closes notification issues.

Set up

The quickest way to use this project is by copying the template repository and following the installation instructions.

About

Helping GitHub Administrators monitor and remove inactive users from a GitHub organization

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published