Skip to content

Fetch PRs from GitHub and analyze which ones are unmergeable

License

Notifications You must be signed in to change notification settings

stefanv/conflicted-PRs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up token

Generate a personal access token on GitHub. Add repo permissions.

export GH_TOKEN="abcdefg"

Pull PR data

make

Usually, GitHub doesn't have the mergeable status available on the first run. If you see "UNKNOWN" in the output data file, simply run make again.

Plot histogram of PRs

cd data
python hist-prs.py

About

Fetch PRs from GitHub and analyze which ones are unmergeable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published