0GiS0 / get-active-committers-for-ghazdo

Script for getting active committers in an ADO org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 šŸ„°.

About

Script for getting active committers in an ADO org


Languages

Language:Shell 95.9%Language:Dockerfile 4.1%