Introduce a new attribute that determines if a repository is active or not. Deciding the status may involve seeing how far off the last commit to the repository is from today (or the date of the GHTorrent dump).
Returning active or dormant as the value of the attribute has a downstream impact because it does not follow convention that the every run method must return a tuple of the form (binary_result, raw_result).
Introduce a new attribute that determines if a repository is active or not. Deciding the status may involve seeing how far off the last commit to the repository is from today (or the date of the GHTorrent dump).