backstrokeapp / server

:swimmer: A Github bot to keep repository forks up to date with their upstream.
https://backstroke.co
MIT License
667 stars 62 forks source link

How to automatically monitor all upstreams forks? #61

Closed evandrocoan closed 7 years ago

evandrocoan commented 7 years ago

The upstream of my fork can have several forks, as mime. I setup this to monitor the upstream, but I would like to know if any of the other forks also receives updates.

This is very useful for Sublime Text packages because most packages developer went MIA (missing in action), so the pull requests on the upstream are always stalled. But their repositories forks are active and receive updates. For example: https://github.com/robertcollier4/REG/pull/2

Related issue:

  1. https://github.com/frost-nzcr4/find_forks/issues/8 How to find all other forks and the upstream from my fork?
1egoman commented 7 years ago

@evandrocoan Only immediate forks (ie, forks one level below the upstream) are updated, because Github's list all forks api call works this way.

evandrocoan commented 7 years ago

I am not saying to follow many levels, but all forks on the first level.