config_sync.rb syncs config_sync/**/*
into .github
for defined repositories.
It commits, pushes and creates a pull request for the changes.
The repositories are defined in config_sync.yml
bundle config set --local path 'vendor/bundle'
bundle install
export GITHUB_TOKEN='your_token_here'
bundle exec ruby config_sync.rb