GitHub configuration for the parent Tritium repo — CI workflows, issue/PR templates, ownership, and dependency automation.
Cross-repo CI philosophy is local-first: the authoritative gates run on your machine via the pre-push hook (privacy check +
md_lint+ the GitHub-faithful mermaid check) andcheck.sh. The Actions here are a lightweight backstop, not the primary gate. See../AGENTS.mdand../docs/GOVERNANCE.md.
| File | What it runs |
|---|---|
ci.yml |
Fork-safe CI backstop for the parent repo. |
docs-lint.yml |
Markdown + mermaid doc lint (parent-only Action). |
release.yml |
Release automation. |
ISSUE_TEMPLATE/—bug_report.md,feature_request.md, andconfig.yml.pull_request_template.md— the PR checklist.CODEOWNERS— review ownership.dependabot.yml— dependency + GitHub-Action version updates.