Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

collinear-ventures/.github — shared reusable workflows

This folder maps to the special collinear-ventures/.github repository. Push its contents so the files land at .github/workflows/ in that repo (i.e. this folder's .github/workflows/* becomes the repo's .github/workflows/*).

It centralizes CI that was copy-pasted across repos. claude.yml was a 2-line diff between keldova and session_fit; claude-code-review.yml shared a skeleton with ~15 lines of drift.

Reusable workflows

Workflow Purpose
claude.yml @claude responder on issues/PR comments/reviews
claude-code-review.yml Automated PR review via the code-review plugin
scheduled-triage.yml Cron-driven Claude run (generalizes session_fit diagnostics-daily.yml)

Onboarding a repo (Phase 3 — after this repo is pushed)

  1. Ensure the repo has the CLAUDE_CODE_OAUTH_TOKEN secret.
  2. Copy the matching file from examples/ into the repo's .github/workflows/.
  3. Delete the repo's old full-length claude.yml / claude-code-review.yml.

Rollout targets: keldova, session_fit (replace existing), SchedulingSystem, command_center (add — brings them to parity).

Order matters: this .github repo must exist on GitHub before any caller references collinear-ventures/.github/...@main, or the caller run will fail.

Pinning

Examples reference @main for convenience. For reproducible CI, tag this repo (e.g. v1) and reference collinear-ventures/.github/.github/workflows/claude.yml@v1.

About

Org-level reusable GitHub Actions workflows (Claude responder, code review, scheduled triage).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors