Skip to content

eroullit/get-active-committers-for-ghazdo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Azure DevOps Active Committers

This script will get 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.8%
  • Dockerfile 6.2%