Skip to content

tsadler1988/tal_oss_contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very hacky dashboard to get InnerSource and Open Source Pull Request metrics using Dashing and Octokit

Quick start

Update jobs/pull_requests.rb with a GitHub login and access token:

$login = '<your-login>'
$access_token = '<your-token>'

To run (assuming you have Ruby and Bundler):

bundle install
dashing start