Back to browse
GitHub Repository

🐬 Stop copy-pasting workflow files across repos. Define canonical templates once, sync them everywhere, and get PRs when repos drift.

5 starsRust

Orcastrate – Sync GitHub Actions workflows across repos via templates

by michidk·Apr 5, 2026·6 points·0 comments

AI Analysis

●●SolidSolve My ProblemShip It

Syncs workflow files across repos via templates, catching drift GitHub reusable workflows miss.

Strengths
  • Frontmatter opt-in ensures workflow files remain untouched unless explicitly marked for management.
  • Tera templating allows parameterized workflows instead of static copy-paste YAML workflow files.
  • Automated PRs for drift ensure compliance without manual team repository auditing processes.
Weaknesses
  • Requires a dedicated orchestrator repo and scheduled Action running with write permissions.
  • GitHub reusable workflows solve logic sharing, reducing need for this file sync.
Target Audience

DevOps engineers managing multiple repositories

Similar To

Renovate · Cookiecutter · GitHub Reusable Workflows

Similar Projects