/get-active-committers-for-ghazdo

Script for getting active committers in an ADO org

Primary LanguageShell

Get Azure DevOps Active Committers

This script gets the active committers from an Azure DevOps organization.

This is how it works:

Pre-requisites

You need a Personal Access Token (PAT) with the following permissions:

  • Advanced Security (Read)
  • Code (Read)
  • Project and Team (Read)

How to run it

The easiest way is to open this repo in GitHub Codespaces:

Open in GitHub Codespaces

Or in a dev container in your local machine.

But if you don't want to use a Dev container, you can run the script in your local machine:

./active_commiters.sh

Note: This will install gum in your local machine to make things pretty šŸ„°.