A Dashing widget for displaying GitHub forks that need updating.
See a live demo here.
Setup the following environment variables:
GITHUB_USERGITHUB_TOKEN: Create an application tokenMANUAL_FORKS: comma-separated list of repos that are not flagged as forks in your GitHub repos but are actually a fork!
What do you mean manual fork?
For example my boxen repo is actually a fork of this repo (just a copy of their repo, not marked as a fork in GitHub). I am not planning on contributing my changes back to the parent repo since they are very specific to me, wanted to subscribe to any updates on our-boxen, and I occasionally choose to make it private if I'm experimenting with some settings.
Add it to your Dashing application's Gemfile:
gem 'octokit'
and run bundle install.