Need to collect Chef and Ansible repos from GitHub by using the filtering criteria
Input: a CSV where the repo names are provided
output: a directory where a set of repos are specified that satisfy the follwoign criteria
needed for both Ansible and Chef
repo must not be a clone
repo should have two commits per month
repo should have 10% Chef scripts for Chef (recipes/*.rb), and 10% Ansible (.yml) scripts
Need to collect Chef and Ansible repos from GitHub by using the filtering criteria