Three ways to bring CoherenceOps into your repo.
- Click Use this template on the CoherenceOps repo
- Name your new repo
- Run
bin/coherence-adoptto replace placeholders:bin/coherence-adopt
- Enable GitHub Actions in your repo settings
- Run the label-bootstrap workflow:
gh workflow run label-bootstrap.yml
git clone https://github.com/8ryanWh1t3/CoherenceOps.git /tmp/coherence-ops
cp -r /tmp/coherence-ops/coherence/ your-repo/coherence/
cp -r /tmp/coherence-ops/.github/ your-repo/.github/
cp -r /tmp/coherence-ops/bin/ your-repo/bin/
cp /tmp/coherence-ops/CODEOWNERS your-repo/CODEOWNERS
cd your-repo && bin/coherence-adoptgit submodule add https://github.com/8ryanWh1t3/CoherenceOps.git coherence-opsThen symlink or copy what you need. Note: workflows must live in .github/workflows/ of the consuming repo to run.
See docs/ADOPTION_CHECKLIST.md for the full setup checklist.