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
.envfile in the repo root withOCTOKIT_ACCESS_TOKEN=XXXXwhere XXX is a personal access token withreposcope
- Customize the
.github/*files - Customize
/deploy.ymlwith your repositories and apps - Run
script/deploy