Skip to content

kevinthenet/pr-traffic-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pr-traffic-analyzer

Analyzes pull request traffic for all repositories in an organization.

Setup

Install package dependencies:

$ npm install

After packages are installed, you'll see a newly created .env file.

Enter the specified information:

VARIABLE DESCRIPTION
GITHUB_USER your github username
PERSONAL_ACCESS_TOKEN a GitHub access token (it doesn't require any scopes)
ORGANIZATION the organization of interest

Running

To run the application:

$ npm start

This will log the number of found pull requests for the organization to the console.

About

Analyzes PRs within an org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published