This script gets the active committers from an Azure DevOps organization.
This is how it works:
You need a Personal Access Token (PAT) with the following permissions:
Advanced Security (Read)
Code (Read)
Project and Team (Read)
The easiest way is to open this repo 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 š„°.