Script to share community files (e.g., CONTRIBUTING.md
) and configuration file for probot plugins.
- Syncs shared
.github/*
files across multiple repositories - Syncs shared
docs/*
files across multiple repositories - Installs applications
- Configures repository settings
- Saves maintainers time and clicks
- Clone locally
script/bootstrap
- (Optional) Create a
.env
file in the repo root withOCTOKIT_ACCESS_TOKEN=XXXX
where XXX is a personal access token withrepo
scope
- Customize the
.github/*
files - Customize
/deploy.yml
with your repositories and apps - Run
script/deploy